home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des... Jeux / La Bible des... Jeux.iso / Les Sharewares / Aventure / Game with Fields / Game w⁄Fields / Game w_Fields / cards.xml < prev    next >
Encoding:
Text File  |  1996-01-28  |  75.5 KB  |  2,653 lines

  1. card_3616.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3616</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_5867.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>2761</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  13.     <content>
  14.         <layer>background</layer>
  15.         <id>47</id>
  16.         <text>Start Screen</text>
  17.     </content>
  18.     <content>
  19.         <layer>background</layer>
  20.         <id>49</id>
  21.         <text>Start Screen.  </text>
  22.     </content>
  23.     <name>Start Screen</name>
  24.     <script></script>
  25. </card>
  26.  
  27.  
  28. card_4019.xml
  29. <?xml version="1.0" encoding="utf-8" ?>
  30. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  31. <card>
  32.     <id>4019</id>
  33.     <filler1>0</filler1>
  34.     <cantDelete> <false /> </cantDelete>
  35.     <showPict> <true /> </showPict>
  36.     <dontSearch> <false /> </dontSearch>
  37.     <owner>2761</owner>
  38.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  39.     <part>
  40.         <id>1</id>
  41.         <type>field</type>
  42.         <visible> <true /> </visible>
  43.         <dontWrap> <false /> </dontWrap>
  44.         <dontSearch> <false /> </dontSearch>
  45.         <sharedText> <false /> </sharedText>
  46.         <fixedLineHeight> <true /> </fixedLineHeight>
  47.         <autoTab> <true /> </autoTab>
  48.         <lockText> <false /> </lockText>
  49.         <rect>
  50.             <left>0</left>
  51.             <top>324</top>
  52.             <right>42</right>
  53.             <bottom>342</bottom>
  54.         </rect>
  55.         <style>rectangle</style>
  56.         <autoSelect> <false /> </autoSelect>
  57.         <showLines> <false /> </showLines>
  58.         <wideMargins> <false /> </wideMargins>
  59.         <multipleLines> <false /> </multipleLines>
  60.         <reservedFamily> 0 </reservedFamily>
  61.         <titleWidth>0</titleWidth>
  62.         <icon>0</icon>
  63.         <textAlign>left</textAlign>
  64.         <font>Geneva</font>
  65.         <textSize>12</textSize>
  66.         <textStyle>plain</textStyle>
  67.         <textHeight>16</textHeight>
  68.         <name>Last Position</name>
  69.         <script></script>
  70.     </part>
  71.     <part>
  72.         <id>2</id>
  73.         <type>field</type>
  74.         <visible> <true /> </visible>
  75.         <dontWrap> <false /> </dontWrap>
  76.         <dontSearch> <false /> </dontSearch>
  77.         <sharedText> <false /> </sharedText>
  78.         <fixedLineHeight> <true /> </fixedLineHeight>
  79.         <autoTab> <false /> </autoTab>
  80.         <lockText> <false /> </lockText>
  81.         <rect>
  82.             <left>0</left>
  83.             <top>19</top>
  84.             <right>512</right>
  85.             <bottom>280</bottom>
  86.         </rect>
  87.         <style>scrolling</style>
  88.         <autoSelect> <false /> </autoSelect>
  89.         <showLines> <false /> </showLines>
  90.         <wideMargins> <false /> </wideMargins>
  91.         <multipleLines> <false /> </multipleLines>
  92.         <reservedFamily> 0 </reservedFamily>
  93.         <titleWidth>0</titleWidth>
  94.         <icon>0</icon>
  95.         <textAlign>left</textAlign>
  96.         <font></font>
  97.         <textSize>12</textSize>
  98.         <textStyle>plain</textStyle>
  99.         <textHeight>16</textHeight>
  100.         <name>Map</name>
  101.         <script></script>
  102.     </part>
  103.     <part>
  104.         <id>3</id>
  105.         <type>button</type>
  106.         <visible> <true /> </visible>
  107.         <reserved5> 0 </reserved5>
  108.         <reserved4> 0 </reserved4>
  109.         <reserved3> 0 </reserved3>
  110.         <reserved2> 0 </reserved2>
  111.         <reserved1> 0 </reserved1>
  112.         <enabled> <true /> </enabled>
  113.         <rect>
  114.             <left>213</left>
  115.             <top>314</top>
  116.             <right>313</right>
  117.             <bottom>336</bottom>
  118.         </rect>
  119.         <style>roundrect</style>
  120.         <showName> <true /> </showName>
  121.         <highlight> <false /> </highlight>
  122.         <autoHighlight> <true /> </autoHighlight>
  123.         <sharedHighlight> <true /> </sharedHighlight>
  124.         <family>0</family>
  125.         <titleWidth>0</titleWidth>
  126.         <icon>0</icon>
  127.         <textAlign>center</textAlign>
  128.         <font>Chicago</font>
  129.         <textSize>12</textSize>
  130.         <textStyle>plain</textStyle>
  131.         <name>Clear Position</name>
  132.         <script>on mouseUp
  133. global positionRow
  134. global positionColumn
  135. global map
  136. set cursor to watch
  137. put 2 into positionRow
  138. put 2 into positionColumn
  139. put card field "Map" of card "Constants" into map
  140. put empty into bg field "Scene List"
  141. repeat with X =1 to the number of lines in map
  142. repeat with Y = 1 to the number of items in line X of map
  143. if "*" is not in item Y of line X of map then
  144. put Y & "," & X & "," after bg  field "Scene List"
  145. put item Y of line X of map after bg field "Scene List"
  146. put return after bg field "Scene List"
  147. put X & "," & Y into msg
  148. end if
  149. end repeat
  150. end repeat
  151. send goToCard
  152. end mouseUp
  153. </script>
  154.     </part>
  155.     <content>
  156.         <layer>card</layer>
  157.         <id>1</id>
  158.         <text>2,2</text>
  159.     </content>
  160.     <content>
  161.         <layer>card</layer>
  162.         <id>2</id>
  163.         <text><span class="style1">,*,*,*,*,*,*,*,*,*
  164. *,"Fire Hydrant","Sidewalk 29","Sidewalk 30","Sidewalk 31","Sidewalk 32","Phone Booth","Sidewalk 34","Newspaper Stand",*
  165. *,"Sidewalk 27",*,*,*,*,"Inside Phone Booth",*,"Sidewalk 2",*
  166. *,"Sidewalk 26",*,"Bedroom","Bathroom",*,*, *,"Sidewalk 3",*
  167. *,"Sidewalk 25","Front Yard","Living Room","Dining Room", *,"Jail Cell",*,"Sidewalk 4",*
  168. *,"Sidewalk 24",*,"Music Room","Kitchen",*,"Handwriting Analysis","Sergeant's Desk","Sidewalk 5",*
  169. *,"Sidewalk 23", *,"Storage Room","Bedroom", *,*,*,"Sidewalk 6",*
  170. *,"Sidewalk 22",*,*,*,*,"Inside Theater","Ticket Office","Bijou",*
  171. *,"Sidewalk 21",*,"Customers 2",*,*,*,*,"Sidewalk 8",*
  172. *,"Amelias","Maitre'D 1","Customers 1",*,"Customers 4","Customers 3",*,"Sidewalk 9",*
  173. *,"Sidewalk 19",*, *,*,*,"Maitre'D 2",*,"Sidewalk 10",*
  174. *,"Sidewalk 18","Sidewalk 17","Sidewalk 16","Sidewalk 15","Sidewalk 14","Ebb Tide","Sidewalk 12","Bus Stop",*
  175. *,*,*,*,*,*,*,*,"On the Bus",*
  176. *,*,*,*,*,*,*,*,*,*
  177. </span></text>
  178.     </content>
  179.     <content>
  180.         <layer>background</layer>
  181.         <id>47</id>
  182.         <text>Constants</text>
  183.     </content>
  184.     <content>
  185.         <layer>background</layer>
  186.         <id>67</id>
  187.         <text>2,2,"Fire Hydrant"
  188. 3,2,"Sidewalk 29"
  189. 4,2,"Sidewalk 30"
  190. 5,2, "Sidewalk 31"
  191. 6,2,"Sidewalk 32"
  192. 7,2,"Phone Booth"
  193. 8,2,"Sidewalk 34"
  194. 9,2,"Newspaper Stand"
  195. 2,3,"Sidewalk 27"
  196. 7,3,"Inside Phone Booth"
  197. 9,3,"Sidewalk 2"
  198. 2,4,"Sidewalk 26"
  199. 4,4, "Bedroom"
  200. 5,4,"Bathroom"
  201. 9,4,"Sidewalk 3"
  202. 2,5,"Sidewalk 25"
  203. 3,5, "Front Yard"
  204. 4,5,"Living Room"
  205. 5,5,"Dining Room"
  206. 7,5,"Jail Cell"
  207. 9,5,"Sidewalk 4"
  208. 2,6,"Sidewalk 24"
  209. 4,6,"Music Room"
  210. 5,6,  "Kitchen"
  211. 7,6,"Handwriting Analysis"
  212. 8,6,"Sergeant's Desk"
  213. 9,6,"Sidewalk 5"
  214. 2,7,"Sidewalk 23"
  215. 4,7,"Storage Room"
  216. 5,7,"Bedroom"
  217. 9,7,"Sidewalk 6"
  218. 2,8,"Sidewalk 22"
  219. 7,8,"Inside Theater"
  220. 8,8,"Ticket Office"
  221. 9,8,"Bijou"
  222. 2,9,"Sidewalk 21"
  223. 4,9,"Customers 2"
  224. 9,9,"Sidewalk 8"
  225. 2,10,"Amelias"
  226. 3,10,"Maitre'D 1"
  227. 4,10,"Customers 1"
  228. 6,10,"Customers 4"
  229. 7,10,"Customers 3"
  230. 9,10,"Sidewalk 9"
  231. 2,11,"Sidewalk 19"
  232. 7,11,"Maitre'D 2"
  233. 9,11,"Sidewalk 10"
  234. 2,12,"Sidewalk 18"
  235. 3,12,"Sidewalk 17"
  236. 4,12,  "Sidewalk 16"
  237. 5,12,  "Sidewalk 15"
  238. 6,12,"Sidewalk 14"
  239. 7,12, "Ebb Tide"
  240. 8,12,        "Sidewalk 12"
  241. 9,12,"Bus Stop"
  242. 9,13,"On the Bus"
  243. </text>
  244.     </content>
  245.     <content>
  246.         <layer>background</layer>
  247.         <id>49</id>
  248.         <text>Constants. </text>
  249.     </content>
  250.     <name>Constants</name>
  251.     <script></script>
  252. </card>
  253.  
  254.  
  255. card_6088.xml
  256. <?xml version="1.0" encoding="utf-8" ?>
  257. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  258. <card>
  259.     <id>6088</id>
  260.     <filler1>0</filler1>
  261.     <bitmap>BMAP_6393.pbm</bitmap>
  262.     <cantDelete> <false /> </cantDelete>
  263.     <showPict> <true /> </showPict>
  264.     <dontSearch> <false /> </dontSearch>
  265.     <owner>2761</owner>
  266.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  267.     <part>
  268.         <id>116</id>
  269.         <type>field</type>
  270.         <visible> <true /> </visible>
  271.         <dontWrap> <true /> </dontWrap>
  272.         <dontSearch> <true /> </dontSearch>
  273.         <sharedText> <false /> </sharedText>
  274.         <fixedLineHeight> <true /> </fixedLineHeight>
  275.         <autoTab> <true /> </autoTab>
  276.         <lockText> <true /> </lockText>
  277.         <rect>
  278.             <left>180</left>
  279.             <top>143</top>
  280.             <right>210</right>
  281.             <bottom>173</bottom>
  282.         </rect>
  283.         <style>transparent</style>
  284.         <autoSelect> <false /> </autoSelect>
  285.         <showLines> <false /> </showLines>
  286.         <wideMargins> <false /> </wideMargins>
  287.         <multipleLines> <false /> </multipleLines>
  288.         <reservedFamily> 0 </reservedFamily>
  289.         <titleWidth>0</titleWidth>
  290.         <icon>0</icon>
  291.         <textAlign>left</textAlign>
  292.         <font>Chicago</font>
  293.         <textSize>24</textSize>
  294.         <textStyle>plain</textStyle>
  295.         <textHeight>32</textHeight>
  296.         <name>the apple</name>
  297.         <script>-- Immobile
  298.  
  299. on mouseDown
  300. moveObject "card field " & quote & the short name of me & quote
  301. end mouseDown
  302.  
  303. on doLook
  304. doPut "It's a bright, shiny apple."
  305. end doLook
  306.  
  307. on doUse thing
  308. global object
  309. if thing is "the knife" then
  310. doPut "You cut the apple."
  311. else if thing is "the worm" then
  312. doPut "The apple now has a worm hole in it."
  313. else
  314. pass doUse
  315. end if
  316. end doUse
  317.  
  318. on doEat
  319. doPut "You bite into the apple."
  320. end doEat
  321.  
  322. </script>
  323.     </part>
  324.     <part>
  325.         <id>118</id>
  326.         <type>field</type>
  327.         <visible> <true /> </visible>
  328.         <dontWrap> <true /> </dontWrap>
  329.         <dontSearch> <true /> </dontSearch>
  330.         <sharedText> <false /> </sharedText>
  331.         <fixedLineHeight> <true /> </fixedLineHeight>
  332.         <autoTab> <true /> </autoTab>
  333.         <lockText> <true /> </lockText>
  334.         <rect>
  335.             <left>231</left>
  336.             <top>172</top>
  337.             <right>275</right>
  338.             <bottom>198</bottom>
  339.         </rect>
  340.         <style>transparent</style>
  341.         <autoSelect> <false /> </autoSelect>
  342.         <showLines> <false /> </showLines>
  343.         <wideMargins> <false /> </wideMargins>
  344.         <multipleLines> <false /> </multipleLines>
  345.         <reservedFamily> 0 </reservedFamily>
  346.         <titleWidth>0</titleWidth>
  347.         <icon>0</icon>
  348.         <textAlign>left</textAlign>
  349.         <font>Cairo</font>
  350.         <textSize>18</textSize>
  351.         <textStyle>plain</textStyle>
  352.         <textHeight>24</textHeight>
  353.         <name>the dinosaur</name>
  354.         <script>on mouseDown
  355. moveObject "card field " & quote & the short name of me & quote
  356. end mouseDown
  357.  
  358. on doLook
  359. doPut "It's a slavering, ravenous dinosaur!"
  360. end doLook
  361.  
  362. on doUse thing
  363. global object
  364. if thing is "the dynamite" then
  365. doPut "You killed the dinosaur!  Hurray!"
  366. else if thing is "the knife" then
  367. doPut "You've got to be kidding.  You WANT to be dinosaur food?"
  368. else
  369. pass doUse
  370. end if
  371. end doUse
  372.  
  373. on doGive thing
  374. global object
  375. if thing is "the dynamite" then
  376. doPut "The dinosaur foolishly accepts your gift."
  377. else
  378. if thing is "the knife" then
  379. doPut "You've got to be kidding.  You WANT to be dinosaur food?"
  380. else
  381. if thing is "the grapes" then
  382. doPut "That's his second favorite food!  He accepts your gift eagerly"
  383. else
  384. doPut "The dinosaur rejects your gift."
  385. end if
  386. end if
  387. end if
  388. end doGive
  389.  
  390. on doEat
  391. doPut "You bite into the dinosaur.  He bites your head off."
  392. end doEat
  393.  
  394. on doHelp amount
  395. if amount is "aLittle" then
  396. doPut "The dinosaur looks a little hungry to me"
  397. else
  398. if amount is "aLot" then
  399. doPut "Do you have any food you could offer him?"
  400. else
  401. doPut "Give the grapes to the dinosaur!  Or, use the dynamite on him."
  402. end if
  403. end if
  404. end doHelp</script>
  405.     </part>
  406.     <part>
  407.         <id>120</id>
  408.         <type>field</type>
  409.         <visible> <true /> </visible>
  410.         <dontWrap> <true /> </dontWrap>
  411.         <dontSearch> <true /> </dontSearch>
  412.         <sharedText> <false /> </sharedText>
  413.         <fixedLineHeight> <false /> </fixedLineHeight>
  414.         <autoTab> <true /> </autoTab>
  415.         <lockText> <true /> </lockText>
  416.         <rect>
  417.             <left>356</left>
  418.             <top>174</top>
  419.             <right>375</right>
  420.             <bottom>200</bottom>
  421.         </rect>
  422.         <style>transparent</style>
  423.         <autoSelect> <false /> </autoSelect>
  424.         <showLines> <false /> </showLines>
  425.         <wideMargins> <false /> </wideMargins>
  426.         <multipleLines> <false /> </multipleLines>
  427.         <reservedFamily> 0 </reservedFamily>
  428.         <titleWidth>0</titleWidth>
  429.         <icon>0</icon>
  430.         <textAlign>left</textAlign>
  431.         <font>Cairo</font>
  432.         <textSize>18</textSize>
  433.         <textStyle>plain</textStyle>
  434.         <textHeight>24</textHeight>
  435.         <name>the knife</name>
  436.         <script>on mouseDown
  437. moveObject "card field " & quote & the short name of me & quote
  438. end mouseDown
  439.  
  440. on doLook
  441. doPut "It's a bright, sharp knife."
  442. end doLook
  443.  
  444. on doUse thing
  445. global object
  446. if thing is "the match" then
  447. doPut "The knife is now very hot to the touch."
  448. else
  449. pass doUse
  450. end if
  451. end doUse
  452.  
  453. on doEat
  454. doPut "You have cut your tongue out with the knife.  Mmph!"
  455. end doEat
  456.  
  457. </script>
  458.     </part>
  459.     <part>
  460.         <id>121</id>
  461.         <type>field</type>
  462.         <visible> <true /> </visible>
  463.         <dontWrap> <true /> </dontWrap>
  464.         <dontSearch> <true /> </dontSearch>
  465.         <sharedText> <false /> </sharedText>
  466.         <fixedLineHeight> <false /> </fixedLineHeight>
  467.         <autoTab> <true /> </autoTab>
  468.         <lockText> <true /> </lockText>
  469.         <rect>
  470.             <left>260</left>
  471.             <top>214</top>
  472.             <right>287</right>
  473.             <bottom>242</bottom>
  474.         </rect>
  475.         <style>transparent</style>
  476.         <autoSelect> <false /> </autoSelect>
  477.         <showLines> <false /> </showLines>
  478.         <wideMargins> <false /> </wideMargins>
  479.         <multipleLines> <false /> </multipleLines>
  480.         <reservedFamily> 0 </reservedFamily>
  481.         <titleWidth>0</titleWidth>
  482.         <icon>0</icon>
  483.         <textAlign>left</textAlign>
  484.         <font>Cairo</font>
  485.         <textSize>18</textSize>
  486.         <textStyle>plain</textStyle>
  487.         <textHeight>24</textHeight>
  488.         <name>the dynamite</name>
  489.         <script>on mouseDown
  490. moveObject "card field " & quote & the short name of me & quote
  491. end mouseDown
  492.  
  493. on doLook
  494. doPut "It's a red stick of dynamite."
  495. end doLook
  496.  
  497. on doUse thing
  498. global object
  499. if thing is "the match" then
  500. doPut "The dynamite is now lit.  Better get rid of it fast!"
  501. else
  502. pass doUse
  503. end if
  504. end doUse
  505.  
  506. on doEat
  507. doPut "You bite into the dynamite, and have the unpleasant taste of┬¼
  508. gunpowder in your mouth."
  509. end doEat
  510.  
  511. </script>
  512.     </part>
  513.     <part>
  514.         <id>122</id>
  515.         <type>field</type>
  516.         <visible> <true /> </visible>
  517.         <dontWrap> <true /> </dontWrap>
  518.         <dontSearch> <true /> </dontSearch>
  519.         <sharedText> <false /> </sharedText>
  520.         <fixedLineHeight> <false /> </fixedLineHeight>
  521.         <autoTab> <true /> </autoTab>
  522.         <lockText> <true /> </lockText>
  523.         <rect>
  524.             <left>308</left>
  525.             <top>220</top>
  526.             <right>326</right>
  527.             <bottom>250</bottom>
  528.         </rect>
  529.         <style>transparent</style>
  530.         <autoSelect> <false /> </autoSelect>
  531.         <showLines> <false /> </showLines>
  532.         <wideMargins> <false /> </wideMargins>
  533.         <multipleLines> <false /> </multipleLines>
  534.         <reservedFamily> 0 </reservedFamily>
  535.         <titleWidth>0</titleWidth>
  536.         <icon>0</icon>
  537.         <textAlign>left</textAlign>
  538.         <font>Cairo</font>
  539.         <textSize>18</textSize>
  540.         <textStyle>plain</textStyle>
  541.         <textHeight>24</textHeight>
  542.         <name>the match</name>
  543.         <script>on mouseDown
  544. moveObject "card field " & quote & the short name of me & quote
  545. end mouseDown
  546.  
  547. on doLook
  548. doPut "It's a lit match."
  549. end doLook
  550.  
  551. on doEat
  552. doPut "You burn your tongue with the match."
  553. end doEat
  554.  
  555. </script>
  556.     </part>
  557.     <part>
  558.         <id>123</id>
  559.         <type>button</type>
  560.         <visible> <true /> </visible>
  561.         <reserved5> 0 </reserved5>
  562.         <reserved4> 0 </reserved4>
  563.         <reserved3> 0 </reserved3>
  564.         <reserved2> 0 </reserved2>
  565.         <reserved1> 0 </reserved1>
  566.         <enabled> <true /> </enabled>
  567.         <rect>
  568.             <left>50</left>
  569.             <top>176</top>
  570.             <right>150</right>
  571.             <bottom>198</bottom>
  572.         </rect>
  573.         <style>roundrect</style>
  574.         <showName> <true /> </showName>
  575.         <highlight> <false /> </highlight>
  576.         <autoHighlight> <true /> </autoHighlight>
  577.         <sharedHighlight> <true /> </sharedHighlight>
  578.         <family>0</family>
  579.         <titleWidth>0</titleWidth>
  580.         <icon>0</icon>
  581.         <textAlign>center</textAlign>
  582.         <font>Chicago</font>
  583.         <textSize>12</textSize>
  584.         <textStyle>plain</textStyle>
  585.         <name>Move Fields</name>
  586.         <script>on mouseUp
  587. choose button tool
  588. repeat with x = 1 to the number of card fields
  589. select card field X
  590. domenu "Copy Field"
  591. push card
  592. go to card "Fire Hydrant"
  593. domenu "Paste Field"
  594. put card field X of card "Inventory" into card field X of card "Fire Hydrant"
  595. pop card
  596. end repeat
  597. end mouseUp</script>
  598.     </part>
  599.     <part>
  600.         <id>124</id>
  601.         <type>field</type>
  602.         <visible> <true /> </visible>
  603.         <dontWrap> <true /> </dontWrap>
  604.         <dontSearch> <true /> </dontSearch>
  605.         <sharedText> <false /> </sharedText>
  606.         <fixedLineHeight> <false /> </fixedLineHeight>
  607.         <autoTab> <true /> </autoTab>
  608.         <lockText> <true /> </lockText>
  609.         <rect>
  610.             <left>73</left>
  611.             <top>100</top>
  612.             <right>104</right>
  613.             <bottom>126</bottom>
  614.         </rect>
  615.         <style>transparent</style>
  616.         <autoSelect> <false /> </autoSelect>
  617.         <showLines> <false /> </showLines>
  618.         <wideMargins> <false /> </wideMargins>
  619.         <multipleLines> <false /> </multipleLines>
  620.         <reservedFamily> 0 </reservedFamily>
  621.         <titleWidth>0</titleWidth>
  622.         <icon>0</icon>
  623.         <textAlign>left</textAlign>
  624.         <font>Cairo</font>
  625.         <textSize>18</textSize>
  626.         <textStyle>plain</textStyle>
  627.         <textHeight>24</textHeight>
  628.         <name>the grapes</name>
  629.         <script>on mouseDown
  630. moveObject "card field " & quote & the short name of me & quote
  631. end mouseDown
  632.  
  633. on doLook
  634. doPut "It's a bunch of purple grapes."
  635. end doLook
  636.  
  637. on doUse thing
  638. global object
  639. if thing is "the knife" then
  640. doPut "You cut the grapes."
  641. else
  642. pass doUse
  643. end if
  644. end doUse
  645.  
  646. on doEat
  647. doPut "You eat some of the juicy grapes."
  648. end doEat
  649.  
  650. </script>
  651.     </part>
  652.     <part>
  653.         <id>126</id>
  654.         <type>field</type>
  655.         <visible> <true /> </visible>
  656.         <dontWrap> <true /> </dontWrap>
  657.         <dontSearch> <true /> </dontSearch>
  658.         <sharedText> <false /> </sharedText>
  659.         <fixedLineHeight> <false /> </fixedLineHeight>
  660.         <autoTab> <true /> </autoTab>
  661.         <lockText> <true /> </lockText>
  662.         <rect>
  663.             <left>183</left>
  664.             <top>101</top>
  665.             <right>218</right>
  666.             <bottom>122</bottom>
  667.         </rect>
  668.         <style>transparent</style>
  669.         <autoSelect> <false /> </autoSelect>
  670.         <showLines> <false /> </showLines>
  671.         <wideMargins> <false /> </wideMargins>
  672.         <multipleLines> <false /> </multipleLines>
  673.         <reservedFamily> 0 </reservedFamily>
  674.         <titleWidth>0</titleWidth>
  675.         <icon>0</icon>
  676.         <textAlign>left</textAlign>
  677.         <font>Cairo</font>
  678.         <textSize>18</textSize>
  679.         <textStyle>plain</textStyle>
  680.         <textHeight>24</textHeight>
  681.         <name>the quarter</name>
  682.         <script>on mouseDown
  683. moveObject "card field " & quote & the short name of me & quote
  684. end mouseDown
  685.  
  686. on doLook
  687. doPut "It's a bright, shiny quarter!."
  688. end doLook
  689.  
  690. </script>
  691.     </part>
  692.     <content>
  693.         <layer>background</layer>
  694.         <id>47</id>
  695.         <text>card id 6088</text>
  696.     </content>
  697.     <content>
  698.         <layer>card</layer>
  699.         <id>116</id>
  700.         <text></text>
  701.     </content>
  702.     <content>
  703.         <layer>card</layer>
  704.         <id>118</id>
  705.         <text>]</text>
  706.     </content>
  707.     <content>
  708.         <layer>card</layer>
  709.         <id>120</id>
  710.         <text>P</text>
  711.     </content>
  712.     <content>
  713.         <layer>card</layer>
  714.         <id>121</id>
  715.         <text>u</text>
  716.     </content>
  717.     <content>
  718.         <layer>card</layer>
  719.         <id>122</id>
  720.         <text>|</text>
  721.     </content>
  722.     <content>
  723.         <layer>card</layer>
  724.         <id>124</id>
  725.         <text>C</text>
  726.     </content>
  727.     <content>
  728.         <layer>card</layer>
  729.         <id>126</id>
  730.         <text>g</text>
  731.     </content>
  732.     <content>
  733.         <layer>background</layer>
  734.         <id>49</id>
  735.         <text>Inventory. </text>
  736.     </content>
  737.     <name>Inventory</name>
  738.     <script></script>
  739. </card>
  740.  
  741.  
  742. card_2915.xml
  743. <?xml version="1.0" encoding="utf-8" ?>
  744. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  745. <card>
  746.     <id>2915</id>
  747.     <filler1>0</filler1>
  748.     <cantDelete> <false /> </cantDelete>
  749.     <showPict> <true /> </showPict>
  750.     <dontSearch> <false /> </dontSearch>
  751.     <owner>2761</owner>
  752.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  753.     <part>
  754.         <id>373</id>
  755.         <type>field</type>
  756.         <visible> <true /> </visible>
  757.         <dontWrap> <true /> </dontWrap>
  758.         <dontSearch> <true /> </dontSearch>
  759.         <sharedText> <false /> </sharedText>
  760.         <fixedLineHeight> <true /> </fixedLineHeight>
  761.         <autoTab> <true /> </autoTab>
  762.         <lockText> <true /> </lockText>
  763.         <rect>
  764.             <left>180</left>
  765.             <top>143</top>
  766.             <right>210</right>
  767.             <bottom>173</bottom>
  768.         </rect>
  769.         <style>transparent</style>
  770.         <autoSelect> <false /> </autoSelect>
  771.         <showLines> <false /> </showLines>
  772.         <wideMargins> <false /> </wideMargins>
  773.         <multipleLines> <false /> </multipleLines>
  774.         <reservedFamily> 0 </reservedFamily>
  775.         <titleWidth>0</titleWidth>
  776.         <icon>0</icon>
  777.         <textAlign>left</textAlign>
  778.         <font>Chicago</font>
  779.         <textSize>24</textSize>
  780.         <textStyle>plain</textStyle>
  781.         <textHeight>32</textHeight>
  782.         <name>the apple</name>
  783.         <script>-- Immobile
  784.  
  785. on mouseDown
  786. moveObject "card field " & quote & the short name of me & quote
  787. end mouseDown
  788.  
  789. on doLook
  790. doPut "It's a bright, shiny apple."
  791. end doLook
  792.  
  793. on doUse thing
  794. global object
  795. if thing is "the knife" then
  796. doPut "You cut the apple."
  797. else if thing is "the worm" then
  798. doPut "The apple now has a worm hole in it."
  799. else
  800. pass doUse
  801. end if
  802. end doUse
  803.  
  804. on doEat
  805. doPut "You bite into the apple."
  806. end doEat
  807.  
  808. </script>
  809.     </part>
  810.     <part>
  811.         <id>374</id>
  812.         <type>field</type>
  813.         <visible> <true /> </visible>
  814.         <dontWrap> <true /> </dontWrap>
  815.         <dontSearch> <true /> </dontSearch>
  816.         <sharedText> <false /> </sharedText>
  817.         <fixedLineHeight> <true /> </fixedLineHeight>
  818.         <autoTab> <true /> </autoTab>
  819.         <lockText> <true /> </lockText>
  820.         <rect>
  821.             <left>236</left>
  822.             <top>106</top>
  823.             <right>280</right>
  824.             <bottom>132</bottom>
  825.         </rect>
  826.         <style>transparent</style>
  827.         <autoSelect> <false /> </autoSelect>
  828.         <showLines> <false /> </showLines>
  829.         <wideMargins> <false /> </wideMargins>
  830.         <multipleLines> <false /> </multipleLines>
  831.         <reservedFamily> 0 </reservedFamily>
  832.         <titleWidth>0</titleWidth>
  833.         <icon>0</icon>
  834.         <textAlign>left</textAlign>
  835.         <font>Cairo</font>
  836.         <textSize>18</textSize>
  837.         <textStyle>plain</textStyle>
  838.         <textHeight>24</textHeight>
  839.         <name>the dinosaur</name>
  840.         <script>on mouseDown
  841. moveObject "card field " & quote & the short name of me & quote
  842. end mouseDown
  843.  
  844. on doLook
  845. doPut "It's a slavering, ravenous dinosaur!"
  846. end doLook
  847.  
  848. on doUse thing
  849. global object
  850. if thing is "the dynamite" then
  851. doPut "You killed the dinosaur!  Hurray!"
  852. else if thing is "the knife" then
  853. doPut "You've got to be kidding.  You WANT to be dinosaur food?"
  854. else
  855. pass doUse
  856. end if
  857. end doUse
  858.  
  859. on doGive thing
  860. global object
  861. if thing is "the dynamite" then
  862. doPut "The dinosaur foolishly accepts your gift."
  863. else
  864. if thing is "the knife" then
  865. doPut "You've got to be kidding.  You WANT to be dinosaur food?"
  866. else
  867. if thing is "the grapes" then
  868. doPut "That's his second favorite food!  He accepts your gift eagerly"
  869. else
  870. doPut "The dinosaur rejects your gift."
  871. end if
  872. end if
  873. end if
  874. end doGive
  875.  
  876. on doEat
  877. doPut "You bite into the dinosaur.  He bites your head off."
  878. end doEat
  879.  
  880. on doHelp amount
  881. if amount is "aLittle" then
  882. doPut "The dinosaur looks a little hungry to me"
  883. else
  884. if amount is "aLot" then
  885. doPut "Do you have any food you could offer him?"
  886. else
  887. doPut "Give the grapes to the dinosaur!  Or, use the dynamite on him."
  888. end if
  889. end if
  890. end doHelp</script>
  891.     </part>
  892.     <part>
  893.         <id>375</id>
  894.         <type>field</type>
  895.         <visible> <true /> </visible>
  896.         <dontWrap> <true /> </dontWrap>
  897.         <dontSearch> <true /> </dontSearch>
  898.         <sharedText> <false /> </sharedText>
  899.         <fixedLineHeight> <false /> </fixedLineHeight>
  900.         <autoTab> <true /> </autoTab>
  901.         <lockText> <true /> </lockText>
  902.         <rect>
  903.             <left>244</left>
  904.             <top>104</top>
  905.             <right>263</right>
  906.             <bottom>130</bottom>
  907.         </rect>
  908.         <style>transparent</style>
  909.         <autoSelect> <false /> </autoSelect>
  910.         <showLines> <false /> </showLines>
  911.         <wideMargins> <false /> </wideMargins>
  912.         <multipleLines> <false /> </multipleLines>
  913.         <reservedFamily> 0 </reservedFamily>
  914.         <titleWidth>0</titleWidth>
  915.         <icon>0</icon>
  916.         <textAlign>left</textAlign>
  917.         <font>Cairo</font>
  918.         <textSize>18</textSize>
  919.         <textStyle>plain</textStyle>
  920.         <textHeight>24</textHeight>
  921.         <name>the knife</name>
  922.         <script>on mouseDown
  923. moveObject "card field " & quote & the short name of me & quote
  924. end mouseDown
  925.  
  926. on doLook
  927. doPut "It's a bright, sharp knife."
  928. end doLook
  929.  
  930. on doUse thing
  931. global object
  932. if thing is "the match" then
  933. doPut "The knife is now very hot to the touch."
  934. else
  935. pass doUse
  936. end if
  937. end doUse
  938.  
  939. on doEat
  940. doPut "You have cut your tongue out with the knife.  Mmph!"
  941. end doEat
  942.  
  943. </script>
  944.     </part>
  945.     <part>
  946.         <id>376</id>
  947.         <type>field</type>
  948.         <visible> <true /> </visible>
  949.         <dontWrap> <true /> </dontWrap>
  950.         <dontSearch> <true /> </dontSearch>
  951.         <sharedText> <false /> </sharedText>
  952.         <fixedLineHeight> <false /> </fixedLineHeight>
  953.         <autoTab> <true /> </autoTab>
  954.         <lockText> <true /> </lockText>
  955.         <rect>
  956.             <left>134</left>
  957.             <top>196</top>
  958.             <right>161</right>
  959.             <bottom>224</bottom>
  960.         </rect>
  961.         <style>transparent</style>
  962.         <autoSelect> <false /> </autoSelect>
  963.         <showLines> <false /> </showLines>
  964.         <wideMargins> <false /> </wideMargins>
  965.         <multipleLines> <false /> </multipleLines>
  966.         <reservedFamily> 0 </reservedFamily>
  967.         <titleWidth>0</titleWidth>
  968.         <icon>0</icon>
  969.         <textAlign>left</textAlign>
  970.         <font>Cairo</font>
  971.         <textSize>18</textSize>
  972.         <textStyle>plain</textStyle>
  973.         <textHeight>24</textHeight>
  974.         <name>the dynamite</name>
  975.         <script>on mouseDown
  976. moveObject "card field " & quote & the short name of me & quote
  977. end mouseDown
  978.  
  979. on doLook
  980. doPut "It's a red stick of dynamite."
  981. end doLook
  982.  
  983. on doUse thing
  984. global object
  985. if thing is "the match" then
  986. doPut "The dynamite is now lit.  Better get rid of it fast!"
  987. else
  988. pass doUse
  989. end if
  990. end doUse
  991.  
  992. on doEat
  993. doPut "You bite into the dynamite, and have the unpleasant taste of┬¼
  994. gunpowder in your mouth."
  995. end doEat
  996.  
  997. </script>
  998.     </part>
  999.     <part>
  1000.         <id>377</id>
  1001.         <type>field</type>
  1002.         <visible> <true /> </visible>
  1003.         <dontWrap> <true /> </dontWrap>
  1004.         <dontSearch> <true /> </dontSearch>
  1005.         <sharedText> <false /> </sharedText>
  1006.         <fixedLineHeight> <false /> </fixedLineHeight>
  1007.         <autoTab> <true /> </autoTab>
  1008.         <lockText> <true /> </lockText>
  1009.         <rect>
  1010.             <left>224</left>
  1011.             <top>179</top>
  1012.             <right>242</right>
  1013.             <bottom>209</bottom>
  1014.         </rect>
  1015.         <style>transparent</style>
  1016.         <autoSelect> <false /> </autoSelect>
  1017.         <showLines> <false /> </showLines>
  1018.         <wideMargins> <false /> </wideMargins>
  1019.         <multipleLines> <false /> </multipleLines>
  1020.         <reservedFamily> 0 </reservedFamily>
  1021.         <titleWidth>0</titleWidth>
  1022.         <icon>0</icon>
  1023.         <textAlign>left</textAlign>
  1024.         <font>Cairo</font>
  1025.         <textSize>18</textSize>
  1026.         <textStyle>plain</textStyle>
  1027.         <textHeight>24</textHeight>
  1028.         <name>the match</name>
  1029.         <script>on mouseDown
  1030. moveObject "card field " & quote & the short name of me & quote
  1031. end mouseDown
  1032.  
  1033. on doLook
  1034. doPut "It's a lit match."
  1035. end doLook
  1036.  
  1037. on doEat
  1038. doPut "You burn your tongue with the match."
  1039. end doEat
  1040.  
  1041. </script>
  1042.     </part>
  1043.     <part>
  1044.         <id>378</id>
  1045.         <type>field</type>
  1046.         <visible> <true /> </visible>
  1047.         <dontWrap> <true /> </dontWrap>
  1048.         <dontSearch> <true /> </dontSearch>
  1049.         <sharedText> <false /> </sharedText>
  1050.         <fixedLineHeight> <false /> </fixedLineHeight>
  1051.         <autoTab> <true /> </autoTab>
  1052.         <lockText> <true /> </lockText>
  1053.         <rect>
  1054.             <left>117</left>
  1055.             <top>138</top>
  1056.             <right>148</right>
  1057.             <bottom>164</bottom>
  1058.         </rect>
  1059.         <style>transparent</style>
  1060.         <autoSelect> <false /> </autoSelect>
  1061.         <showLines> <false /> </showLines>
  1062.         <wideMargins> <false /> </wideMargins>
  1063.         <multipleLines> <false /> </multipleLines>
  1064.         <reservedFamily> 0 </reservedFamily>
  1065.         <titleWidth>0</titleWidth>
  1066.         <icon>0</icon>
  1067.         <textAlign>left</textAlign>
  1068.         <font>Cairo</font>
  1069.         <textSize>18</textSize>
  1070.         <textStyle>plain</textStyle>
  1071.         <textHeight>24</textHeight>
  1072.         <name>the grapes</name>
  1073.         <script>on mouseDown
  1074. moveObject "card field " & quote & the short name of me & quote
  1075. end mouseDown
  1076.  
  1077. on doLook
  1078. doPut "It's a bunch of purple grapes."
  1079. end doLook
  1080.  
  1081. on doUse thing
  1082. global object
  1083. if thing is "the knife" then
  1084. doPut "You cut the grapes."
  1085. else
  1086. pass doUse
  1087. end if
  1088. end doUse
  1089.  
  1090. on doEat
  1091. doPut "You eat some of the juicy grapes."
  1092. end doEat
  1093.  
  1094. </script>
  1095.     </part>
  1096.     <part>
  1097.         <id>380</id>
  1098.         <type>field</type>
  1099.         <visible> <true /> </visible>
  1100.         <dontWrap> <true /> </dontWrap>
  1101.         <dontSearch> <true /> </dontSearch>
  1102.         <sharedText> <false /> </sharedText>
  1103.         <fixedLineHeight> <false /> </fixedLineHeight>
  1104.         <autoTab> <true /> </autoTab>
  1105.         <lockText> <true /> </lockText>
  1106.         <rect>
  1107.             <left>166</left>
  1108.             <top>100</top>
  1109.             <right>201</right>
  1110.             <bottom>121</bottom>
  1111.         </rect>
  1112.         <style>transparent</style>
  1113.         <autoSelect> <false /> </autoSelect>
  1114.         <showLines> <false /> </showLines>
  1115.         <wideMargins> <false /> </wideMargins>
  1116.         <multipleLines> <false /> </multipleLines>
  1117.         <reservedFamily> 0 </reservedFamily>
  1118.         <titleWidth>0</titleWidth>
  1119.         <icon>0</icon>
  1120.         <textAlign>left</textAlign>
  1121.         <font>Cairo</font>
  1122.         <textSize>18</textSize>
  1123.         <textStyle>plain</textStyle>
  1124.         <textHeight>24</textHeight>
  1125.         <name>the quarter</name>
  1126.         <script>on mouseDown
  1127. moveObject "card field " & quote & the short name of me & quote
  1128. end mouseDown
  1129.  
  1130. on doLook
  1131. doPut "It's a bright, shiny quarter!."
  1132. end doLook
  1133.  
  1134. </script>
  1135.     </part>
  1136.     <content>
  1137.         <layer>background</layer>
  1138.         <id>50</id>
  1139.         <text>Try dragging those items around on the screen - drag them on top of each other, try to drag them out of the box, drag them into the "Inventory" area.  Test out the buttons up above.  Click on an item, then on a button, or vice versa.  Room descriptions go in the bg fld "Room Description", which is hidden.  Have fun playing with this, and if you make a cool game, let me know!  --Cindy@halcyon.com
  1140. </text>
  1141.     </content>
  1142.     <content>
  1143.         <layer>background</layer>
  1144.         <id>47</id>
  1145.         <text>Fire Hydrant</text>
  1146.     </content>
  1147.     <content>
  1148.         <layer>card</layer>
  1149.         <id>373</id>
  1150.         <text></text>
  1151.     </content>
  1152.     <content>
  1153.         <layer>card</layer>
  1154.         <id>374</id>
  1155.         <text>]</text>
  1156.     </content>
  1157.     <content>
  1158.         <layer>card</layer>
  1159.         <id>375</id>
  1160.         <text>P</text>
  1161.     </content>
  1162.     <content>
  1163.         <layer>card</layer>
  1164.         <id>376</id>
  1165.         <text>u</text>
  1166.     </content>
  1167.     <content>
  1168.         <layer>card</layer>
  1169.         <id>377</id>
  1170.         <text>|</text>
  1171.     </content>
  1172.     <content>
  1173.         <layer>card</layer>
  1174.         <id>378</id>
  1175.         <text>C</text>
  1176.     </content>
  1177.     <content>
  1178.         <layer>card</layer>
  1179.         <id>380</id>
  1180.         <text>g</text>
  1181.     </content>
  1182.     <content>
  1183.         <layer>background</layer>
  1184.         <id>49</id>
  1185.         <text>Try dragging those items around on the screen - drag them on top of each other, try to drag them out of the box, drag them into the "Inventory" area.  Test out the buttons up above.  Click on an item, then on a button, or vice versa.  Room descriptions go in the bg fld "Room Description", which is hidden.  Have fun playing with this, and if you make a cool game, let me know!  --Cindy@halcyon.com
  1186. You can't use the knife on the match. You cut the apple. You can't use the dinosaur on the apple. You've got to be kidding.  You WANT to be dinosaur food? </text>
  1187.     </content>
  1188.     <name>Fire Hydrant</name>
  1189.     <script></script>
  1190. </card>
  1191.  
  1192.  
  1193. card_6648.xml
  1194. <?xml version="1.0" encoding="utf-8" ?>
  1195. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1196. <card>
  1197.     <id>6648</id>
  1198.     <filler1>0</filler1>
  1199.     <bitmap>BMAP_6837.pbm</bitmap>
  1200.     <cantDelete> <false /> </cantDelete>
  1201.     <showPict> <true /> </showPict>
  1202.     <dontSearch> <false /> </dontSearch>
  1203.     <owner>2761</owner>
  1204.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1205.     <content>
  1206.         <layer>background</layer>
  1207.         <id>47</id>
  1208.         <text>Sidewalk 29</text>
  1209.     </content>
  1210.     <content>
  1211.         <layer>background</layer>
  1212.         <id>49</id>
  1213.         <text>Sidewalk 29. </text>
  1214.     </content>
  1215.     <name>Sidewalk 29</name>
  1216.     <script></script>
  1217. </card>
  1218.  
  1219.  
  1220. card_4292.xml
  1221. <?xml version="1.0" encoding="utf-8" ?>
  1222. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1223. <card>
  1224.     <id>4292</id>
  1225.     <filler1>0</filler1>
  1226.     <bitmap>BMAP_7062.pbm</bitmap>
  1227.     <cantDelete> <false /> </cantDelete>
  1228.     <showPict> <true /> </showPict>
  1229.     <dontSearch> <false /> </dontSearch>
  1230.     <owner>2761</owner>
  1231.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1232.     <content>
  1233.         <layer>background</layer>
  1234.         <id>47</id>
  1235.         <text>Sidewalk 30</text>
  1236.     </content>
  1237.     <content>
  1238.         <layer>background</layer>
  1239.         <id>49</id>
  1240.         <text>Sidewalk 30. </text>
  1241.     </content>
  1242.     <name>Sidewalk 30</name>
  1243.     <script></script>
  1244. </card>
  1245.  
  1246.  
  1247. card_4426.xml
  1248. <?xml version="1.0" encoding="utf-8" ?>
  1249. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1250. <card>
  1251.     <id>4426</id>
  1252.     <filler1>0</filler1>
  1253.     <cantDelete> <false /> </cantDelete>
  1254.     <showPict> <true /> </showPict>
  1255.     <dontSearch> <false /> </dontSearch>
  1256.     <owner>2761</owner>
  1257.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1258.     <content>
  1259.         <layer>background</layer>
  1260.         <id>47</id>
  1261.         <text>Sidewalk 31</text>
  1262.     </content>
  1263.     <content>
  1264.         <layer>background</layer>
  1265.         <id>49</id>
  1266.         <text>Sidewalk 31. </text>
  1267.     </content>
  1268.     <name>Sidewalk 31</name>
  1269.     <script></script>
  1270. </card>
  1271.  
  1272.  
  1273. card_4720.xml
  1274. <?xml version="1.0" encoding="utf-8" ?>
  1275. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1276. <card>
  1277.     <id>4720</id>
  1278.     <filler1>0</filler1>
  1279.     <cantDelete> <false /> </cantDelete>
  1280.     <showPict> <true /> </showPict>
  1281.     <dontSearch> <false /> </dontSearch>
  1282.     <owner>2761</owner>
  1283.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1284.     <content>
  1285.         <layer>background</layer>
  1286.         <id>47</id>
  1287.         <text>Sidewalk 32</text>
  1288.     </content>
  1289.     <content>
  1290.         <layer>background</layer>
  1291.         <id>49</id>
  1292.         <text>Sidewalk 32. </text>
  1293.     </content>
  1294.     <name>Sidewalk 32</name>
  1295.     <script></script>
  1296. </card>
  1297.  
  1298.  
  1299. card_5012.xml
  1300. <?xml version="1.0" encoding="utf-8" ?>
  1301. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1302. <card>
  1303.     <id>5012</id>
  1304.     <filler1>0</filler1>
  1305.     <cantDelete> <false /> </cantDelete>
  1306.     <showPict> <true /> </showPict>
  1307.     <dontSearch> <false /> </dontSearch>
  1308.     <owner>2761</owner>
  1309.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1310.     <content>
  1311.         <layer>background</layer>
  1312.         <id>47</id>
  1313.         <text>Phone Booth</text>
  1314.     </content>
  1315.     <content>
  1316.         <layer>background</layer>
  1317.         <id>49</id>
  1318.         <text>Phone Booth. </text>
  1319.     </content>
  1320.     <name>Phone Booth</name>
  1321.     <script></script>
  1322. </card>
  1323.  
  1324.  
  1325. card_5283.xml
  1326. <?xml version="1.0" encoding="utf-8" ?>
  1327. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1328. <card>
  1329.     <id>5283</id>
  1330.     <filler1>0</filler1>
  1331.     <cantDelete> <false /> </cantDelete>
  1332.     <showPict> <true /> </showPict>
  1333.     <dontSearch> <false /> </dontSearch>
  1334.     <owner>2761</owner>
  1335.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1336.     <content>
  1337.         <layer>background</layer>
  1338.         <id>47</id>
  1339.         <text>Sidewalk 34</text>
  1340.     </content>
  1341.     <content>
  1342.         <layer>background</layer>
  1343.         <id>49</id>
  1344.         <text>Sidewalk 34. </text>
  1345.     </content>
  1346.     <name>Sidewalk 34</name>
  1347.     <script></script>
  1348. </card>
  1349.  
  1350.  
  1351. card_5471.xml
  1352. <?xml version="1.0" encoding="utf-8" ?>
  1353. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1354. <card>
  1355.     <id>5471</id>
  1356.     <filler1>0</filler1>
  1357.     <cantDelete> <false /> </cantDelete>
  1358.     <showPict> <true /> </showPict>
  1359.     <dontSearch> <false /> </dontSearch>
  1360.     <owner>2761</owner>
  1361.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1362.     <content>
  1363.         <layer>background</layer>
  1364.         <id>47</id>
  1365.         <text>Newspaper Stand</text>
  1366.     </content>
  1367.     <content>
  1368.         <layer>background</layer>
  1369.         <id>49</id>
  1370.         <text>Newspaper Stand. </text>
  1371.     </content>
  1372.     <name>Newspaper Stand</name>
  1373.     <script></script>
  1374. </card>
  1375.  
  1376.  
  1377. card_7305.xml
  1378. <?xml version="1.0" encoding="utf-8" ?>
  1379. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1380. <card>
  1381.     <id>7305</id>
  1382.     <filler1>0</filler1>
  1383.     <cantDelete> <false /> </cantDelete>
  1384.     <showPict> <true /> </showPict>
  1385.     <dontSearch> <false /> </dontSearch>
  1386.     <owner>2761</owner>
  1387.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1388.     <content>
  1389.         <layer>background</layer>
  1390.         <id>47</id>
  1391.         <text>Sidewalk 27</text>
  1392.     </content>
  1393.     <content>
  1394.         <layer>background</layer>
  1395.         <id>49</id>
  1396.         <text>Sidewalk 27. </text>
  1397.     </content>
  1398.     <name>Sidewalk 27</name>
  1399.     <script></script>
  1400. </card>
  1401.  
  1402.  
  1403. card_7628.xml
  1404. <?xml version="1.0" encoding="utf-8" ?>
  1405. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1406. <card>
  1407.     <id>7628</id>
  1408.     <filler1>0</filler1>
  1409.     <bitmap>BMAP_19673.pbm</bitmap>
  1410.     <cantDelete> <false /> </cantDelete>
  1411.     <showPict> <true /> </showPict>
  1412.     <dontSearch> <false /> </dontSearch>
  1413.     <owner>2761</owner>
  1414.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  1415.     <part>
  1416.         <id>3</id>
  1417.         <type>button</type>
  1418.         <visible> <true /> </visible>
  1419.         <reserved5> 0 </reserved5>
  1420.         <reserved4> 0 </reserved4>
  1421.         <reserved3> 0 </reserved3>
  1422.         <reserved2> 0 </reserved2>
  1423.         <reserved1> 0 </reserved1>
  1424.         <enabled> <true /> </enabled>
  1425.         <rect>
  1426.             <left>184</left>
  1427.             <top>135</top>
  1428.             <right>198</right>
  1429.             <bottom>150</bottom>
  1430.         </rect>
  1431.         <style>shadow</style>
  1432.         <showName> <true /> </showName>
  1433.         <highlight> <false /> </highlight>
  1434.         <autoHighlight> <true /> </autoHighlight>
  1435.         <sharedHighlight> <true /> </sharedHighlight>
  1436.         <family>0</family>
  1437.         <titleWidth>0</titleWidth>
  1438.         <icon>0</icon>
  1439.         <textAlign>center</textAlign>
  1440.         <font>New York</font>
  1441.         <textSize>10</textSize>
  1442.         <textStyle>plain</textStyle>
  1443.         <name>1</name>
  1444.         <script>on mouseUp
  1445. addNumber
  1446. end mouseUp
  1447.  
  1448. </script>
  1449.     </part>
  1450.     <part>
  1451.         <id>4</id>
  1452.         <type>button</type>
  1453.         <visible> <true /> </visible>
  1454.         <reserved5> 0 </reserved5>
  1455.         <reserved4> 0 </reserved4>
  1456.         <reserved3> 0 </reserved3>
  1457.         <reserved2> 0 </reserved2>
  1458.         <reserved1> 0 </reserved1>
  1459.         <enabled> <true /> </enabled>
  1460.         <rect>
  1461.             <left>200</left>
  1462.             <top>135</top>
  1463.             <right>214</right>
  1464.             <bottom>150</bottom>
  1465.         </rect>
  1466.         <style>shadow</style>
  1467.         <showName> <true /> </showName>
  1468.         <highlight> <false /> </highlight>
  1469.         <autoHighlight> <true /> </autoHighlight>
  1470.         <sharedHighlight> <true /> </sharedHighlight>
  1471.         <family>0</family>
  1472.         <titleWidth>0</titleWidth>
  1473.         <icon>0</icon>
  1474.         <textAlign>center</textAlign>
  1475.         <font>New York</font>
  1476.         <textSize>10</textSize>
  1477.         <textStyle>plain</textStyle>
  1478.         <name>2</name>
  1479.         <script>on mouseUp
  1480. addNumber
  1481. end mouseUp
  1482. </script>
  1483.     </part>
  1484.     <part>
  1485.         <id>5</id>
  1486.         <type>button</type>
  1487.         <visible> <true /> </visible>
  1488.         <reserved5> 0 </reserved5>
  1489.         <reserved4> 0 </reserved4>
  1490.         <reserved3> 0 </reserved3>
  1491.         <reserved2> 0 </reserved2>
  1492.         <reserved1> 0 </reserved1>
  1493.         <enabled> <true /> </enabled>
  1494.         <rect>
  1495.             <left>216</left>
  1496.             <top>135</top>
  1497.             <right>230</right>
  1498.             <bottom>150</bottom>
  1499.         </rect>
  1500.         <style>shadow</style>
  1501.         <showName> <true /> </showName>
  1502.         <highlight> <false /> </highlight>
  1503.         <autoHighlight> <true /> </autoHighlight>
  1504.         <sharedHighlight> <true /> </sharedHighlight>
  1505.         <family>0</family>
  1506.         <titleWidth>0</titleWidth>
  1507.         <icon>0</icon>
  1508.         <textAlign>center</textAlign>
  1509.         <font>New York</font>
  1510.         <textSize>10</textSize>
  1511.         <textStyle>plain</textStyle>
  1512.         <name>3</name>
  1513.         <script>on mouseUp
  1514. addNumber
  1515. end mouseUp
  1516. </script>
  1517.     </part>
  1518.     <part>
  1519.         <id>6</id>
  1520.         <type>button</type>
  1521.         <visible> <true /> </visible>
  1522.         <reserved5> 0 </reserved5>
  1523.         <reserved4> 0 </reserved4>
  1524.         <reserved3> 0 </reserved3>
  1525.         <reserved2> 0 </reserved2>
  1526.         <reserved1> 0 </reserved1>
  1527.         <enabled> <true /> </enabled>
  1528.         <rect>
  1529.             <left>216</left>
  1530.             <top>151</top>
  1531.             <right>230</right>
  1532.             <bottom>166</bottom>
  1533.         </rect>
  1534.         <style>shadow</style>
  1535.         <showName> <true /> </showName>
  1536.         <highlight> <false /> </highlight>
  1537.         <autoHighlight> <true /> </autoHighlight>
  1538.         <sharedHighlight> <true /> </sharedHighlight>
  1539.         <family>0</family>
  1540.         <titleWidth>0</titleWidth>
  1541.         <icon>0</icon>
  1542.         <textAlign>center</textAlign>
  1543.         <font>New York</font>
  1544.         <textSize>10</textSize>
  1545.         <textStyle>plain</textStyle>
  1546.         <name>6</name>
  1547.         <script>on mouseUp
  1548. addNumber
  1549. end mouseUp
  1550. </script>
  1551.     </part>
  1552.     <part>
  1553.         <id>7</id>
  1554.         <type>button</type>
  1555.         <visible> <true /> </visible>
  1556.         <reserved5> 0 </reserved5>
  1557.         <reserved4> 0 </reserved4>
  1558.         <reserved3> 0 </reserved3>
  1559.         <reserved2> 0 </reserved2>
  1560.         <reserved1> 0 </reserved1>
  1561.         <enabled> <true /> </enabled>
  1562.         <rect>
  1563.             <left>200</left>
  1564.             <top>151</top>
  1565.             <right>214</right>
  1566.             <bottom>166</bottom>
  1567.         </rect>
  1568.         <style>shadow</style>
  1569.         <showName> <true /> </showName>
  1570.         <highlight> <false /> </highlight>
  1571.         <autoHighlight> <true /> </autoHighlight>
  1572.         <sharedHighlight> <true /> </sharedHighlight>
  1573.         <family>0</family>
  1574.         <titleWidth>0</titleWidth>
  1575.         <icon>0</icon>
  1576.         <textAlign>center</textAlign>
  1577.         <font>New York</font>
  1578.         <textSize>10</textSize>
  1579.         <textStyle>plain</textStyle>
  1580.         <name>5</name>
  1581.         <script>on mouseUp
  1582. addNumber
  1583. end mouseUp
  1584. </script>
  1585.     </part>
  1586.     <part>
  1587.         <id>8</id>
  1588.         <type>button</type>
  1589.         <visible> <true /> </visible>
  1590.         <reserved5> 0 </reserved5>
  1591.         <reserved4> 0 </reserved4>
  1592.         <reserved3> 0 </reserved3>
  1593.         <reserved2> 0 </reserved2>
  1594.         <reserved1> 0 </reserved1>
  1595.         <enabled> <true /> </enabled>
  1596.         <rect>
  1597.             <left>184</left>
  1598.             <top>151</top>
  1599.             <right>198</right>
  1600.             <bottom>166</bottom>
  1601.         </rect>
  1602.         <style>shadow</style>
  1603.         <showName> <true /> </showName>
  1604.         <highlight> <false /> </highlight>
  1605.         <autoHighlight> <true /> </autoHighlight>
  1606.         <sharedHighlight> <true /> </sharedHighlight>
  1607.         <family>0</family>
  1608.         <titleWidth>0</titleWidth>
  1609.         <icon>0</icon>
  1610.         <textAlign>center</textAlign>
  1611.         <font>New York</font>
  1612.         <textSize>10</textSize>
  1613.         <textStyle>plain</textStyle>
  1614.         <name>4</name>
  1615.         <script>on mouseUp
  1616. addNumber
  1617. end mouseUp
  1618. </script>
  1619.     </part>
  1620.     <part>
  1621.         <id>9</id>
  1622.         <type>button</type>
  1623.         <visible> <true /> </visible>
  1624.         <reserved5> 0 </reserved5>
  1625.         <reserved4> 0 </reserved4>
  1626.         <reserved3> 0 </reserved3>
  1627.         <reserved2> 0 </reserved2>
  1628.         <reserved1> 0 </reserved1>
  1629.         <enabled> <true /> </enabled>
  1630.         <rect>
  1631.             <left>184</left>
  1632.             <top>167</top>
  1633.             <right>198</right>
  1634.             <bottom>182</bottom>
  1635.         </rect>
  1636.         <style>shadow</style>
  1637.         <showName> <true /> </showName>
  1638.         <highlight> <false /> </highlight>
  1639.         <autoHighlight> <true /> </autoHighlight>
  1640.         <sharedHighlight> <true /> </sharedHighlight>
  1641.         <family>0</family>
  1642.         <titleWidth>0</titleWidth>
  1643.         <icon>0</icon>
  1644.         <textAlign>center</textAlign>
  1645.         <font>New York</font>
  1646.         <textSize>10</textSize>
  1647.         <textStyle>plain</textStyle>
  1648.         <name>7</name>
  1649.         <script>on mouseUp
  1650. addNumber
  1651. end mouseUp
  1652. </script>
  1653.     </part>
  1654.     <part>
  1655.         <id>10</id>
  1656.         <type>button</type>
  1657.         <visible> <true /> </visible>
  1658.         <reserved5> 0 </reserved5>
  1659.         <reserved4> 0 </reserved4>
  1660.         <reserved3> 0 </reserved3>
  1661.         <reserved2> 0 </reserved2>
  1662.         <reserved1> 0 </reserved1>
  1663.         <enabled> <true /> </enabled>
  1664.         <rect>
  1665.             <left>200</left>
  1666.             <top>167</top>
  1667.             <right>214</right>
  1668.             <bottom>182</bottom>
  1669.         </rect>
  1670.         <style>shadow</style>
  1671.         <showName> <true /> </showName>
  1672.         <highlight> <false /> </highlight>
  1673.         <autoHighlight> <true /> </autoHighlight>
  1674.         <sharedHighlight> <true /> </sharedHighlight>
  1675.         <family>0</family>
  1676.         <titleWidth>0</titleWidth>
  1677.         <icon>0</icon>
  1678.         <textAlign>center</textAlign>
  1679.         <font>New York</font>
  1680.         <textSize>10</textSize>
  1681.         <textStyle>plain</textStyle>
  1682.         <name>8</name>
  1683.         <script>on mouseUp
  1684. addNumber
  1685. end mouseUp
  1686. </script>
  1687.     </part>
  1688.     <part>
  1689.         <id>11</id>
  1690.         <type>button</type>
  1691.         <visible> <true /> </visible>
  1692.         <reserved5> 0 </reserved5>
  1693.         <reserved4> 0 </reserved4>
  1694.         <reserved3> 0 </reserved3>
  1695.         <reserved2> 0 </reserved2>
  1696.         <reserved1> 0 </reserved1>
  1697.         <enabled> <true /> </enabled>
  1698.         <rect>
  1699.             <left>216</left>
  1700.             <top>167</top>
  1701.             <right>230</right>
  1702.             <bottom>182</bottom>
  1703.         </rect>
  1704.         <style>shadow</style>
  1705.         <showName> <true /> </showName>
  1706.         <highlight> <false /> </highlight>
  1707.         <autoHighlight> <true /> </autoHighlight>
  1708.         <sharedHighlight> <true /> </sharedHighlight>
  1709.         <family>0</family>
  1710.         <titleWidth>0</titleWidth>
  1711.         <icon>0</icon>
  1712.         <textAlign>center</textAlign>
  1713.         <font>New York</font>
  1714.         <textSize>10</textSize>
  1715.         <textStyle>plain</textStyle>
  1716.         <name>9</name>
  1717.         <script>on mouseUp
  1718. addNumber
  1719. end mouseUp
  1720. </script>
  1721.     </part>
  1722.     <part>
  1723.         <id>12</id>
  1724.         <type>button</type>
  1725.         <visible> <true /> </visible>
  1726.         <reserved5> 0 </reserved5>
  1727.         <reserved4> 0 </reserved4>
  1728.         <reserved3> 0 </reserved3>
  1729.         <reserved2> 0 </reserved2>
  1730.         <reserved1> 0 </reserved1>
  1731.         <enabled> <true /> </enabled>
  1732.         <rect>
  1733.             <left>216</left>
  1734.             <top>183</top>
  1735.             <right>230</right>
  1736.             <bottom>198</bottom>
  1737.         </rect>
  1738.         <style>shadow</style>
  1739.         <showName> <true /> </showName>
  1740.         <highlight> <false /> </highlight>
  1741.         <autoHighlight> <true /> </autoHighlight>
  1742.         <sharedHighlight> <true /> </sharedHighlight>
  1743.         <family>0</family>
  1744.         <titleWidth>0</titleWidth>
  1745.         <icon>0</icon>
  1746.         <textAlign>center</textAlign>
  1747.         <font>New York</font>
  1748.         <textSize>10</textSize>
  1749.         <textStyle>plain</textStyle>
  1750.         <name>#</name>
  1751.         <script></script>
  1752.     </part>
  1753.     <part>
  1754.         <id>13</id>
  1755.         <type>button</type>
  1756.         <visible> <true /> </visible>
  1757.         <reserved5> 0 </reserved5>
  1758.         <reserved4> 0 </reserved4>
  1759.         <reserved3> 0 </reserved3>
  1760.         <reserved2> 0 </reserved2>
  1761.         <reserved1> 0 </reserved1>
  1762.         <enabled> <true /> </enabled>
  1763.         <rect>
  1764.             <left>200</left>
  1765.             <top>183</top>
  1766.             <right>214</right>
  1767.             <bottom>198</bottom>
  1768.         </rect>
  1769.         <style>shadow</style>
  1770.         <showName> <true /> </showName>
  1771.         <highlight> <false /> </highlight>
  1772.         <autoHighlight> <true /> </autoHighlight>
  1773.         <sharedHighlight> <true /> </sharedHighlight>
  1774.         <family>0</family>
  1775.         <titleWidth>0</titleWidth>
  1776.         <icon>0</icon>
  1777.         <textAlign>center</textAlign>
  1778.         <font>New York</font>
  1779.         <textSize>10</textSize>
  1780.         <textStyle>plain</textStyle>
  1781.         <name>0</name>
  1782.         <script>on mouseUp
  1783. addNumber
  1784. end mouseUp
  1785. </script>
  1786.     </part>
  1787.     <part>
  1788.         <id>14</id>
  1789.         <type>button</type>
  1790.         <visible> <true /> </visible>
  1791.         <reserved5> 0 </reserved5>
  1792.         <reserved4> 0 </reserved4>
  1793.         <reserved3> 0 </reserved3>
  1794.         <reserved2> 0 </reserved2>
  1795.         <reserved1> 0 </reserved1>
  1796.         <enabled> <true /> </enabled>
  1797.         <rect>
  1798.             <left>184</left>
  1799.             <top>183</top>
  1800.             <right>198</right>
  1801.             <bottom>198</bottom>
  1802.         </rect>
  1803.         <style>shadow</style>
  1804.         <showName> <true /> </showName>
  1805.         <highlight> <false /> </highlight>
  1806.         <autoHighlight> <true /> </autoHighlight>
  1807.         <sharedHighlight> <true /> </sharedHighlight>
  1808.         <family>0</family>
  1809.         <titleWidth>0</titleWidth>
  1810.         <icon>0</icon>
  1811.         <textAlign>center</textAlign>
  1812.         <font>New York</font>
  1813.         <textSize>10</textSize>
  1814.         <textStyle>plain</textStyle>
  1815.         <name>*</name>
  1816.         <script></script>
  1817.     </part>
  1818.     <part>
  1819.         <id>19</id>
  1820.         <type>field</type>
  1821.         <visible> <true /> </visible>
  1822.         <dontWrap> <false /> </dontWrap>
  1823.         <dontSearch> <false /> </dontSearch>
  1824.         <sharedText> <false /> </sharedText>
  1825.         <fixedLineHeight> <false /> </fixedLineHeight>
  1826.         <autoTab> <false /> </autoTab>
  1827.         <lockText> <true /> </lockText>
  1828.         <rect>
  1829.             <left>176</left>
  1830.             <top>98</top>
  1831.             <right>190</right>
  1832.             <bottom>125</bottom>
  1833.         </rect>
  1834.         <style>transparent</style>
  1835.         <autoSelect> <false /> </autoSelect>
  1836.         <showLines> <false /> </showLines>
  1837.         <wideMargins> <false /> </wideMargins>
  1838.         <multipleLines> <false /> </multipleLines>
  1839.         <reservedFamily> 0 </reservedFamily>
  1840.         <titleWidth>0</titleWidth>
  1841.         <icon>0</icon>
  1842.         <textAlign>left</textAlign>
  1843.         <font>Geneva</font>
  1844.         <textSize>12</textSize>
  1845.         <textStyle>plain</textStyle>
  1846.         <textHeight>16</textHeight>
  1847.         <name>the Coin Slot</name>
  1848.         <script>on doubleClick
  1849. global object
  1850. global action
  1851. put the short name of me into object
  1852. put "doLook" into action --Modify if you want to do a different action.
  1853. end doubleClick
  1854.  
  1855. on doLook
  1856. doPut "The slot is exactly quarter-sized."
  1857. end doLook
  1858.  
  1859. on mouseUp
  1860. global immobileObject
  1861. put "yes" into immobileObject
  1862. put the ticks into originalTicks
  1863. wait 15 ticks
  1864. if the mouseClick then
  1865. doubleClick
  1866. else
  1867. singleClick
  1868. end if
  1869. end mouseUp
  1870.  
  1871. on singleClick
  1872. global twoObjects
  1873. global object
  1874. global recipient
  1875. if twoObjects is not empty then
  1876. if object is empty then
  1877. put the short name of me into object
  1878. else
  1879. put the short name of me into recipient
  1880. end if
  1881. else
  1882. put the short name of me into object
  1883. end if
  1884. end singleClick
  1885.  
  1886. on doUse thing
  1887. global object
  1888. global quarterPaid
  1889. if thing is "the quarter" then
  1890. doPut "Quarter accepted."
  1891. put "yes" into quarterPaid
  1892. else
  1893. pass doUse
  1894. end if
  1895. end doUse
  1896.  
  1897. </script>
  1898.     </part>
  1899.     <content>
  1900.         <layer>background</layer>
  1901.         <id>47</id>
  1902.         <text>Inside Phone Booth</text>
  1903.     </content>
  1904.     <content>
  1905.         <layer>background</layer>
  1906.         <id>49</id>
  1907.         <text>Inside Phone Booth. the quarter: dropped. Rearranging pack, just a moment... You now have the quarter. </text>
  1908.     </content>
  1909.     <name>Inside Phone Booth</name>
  1910.     <script>on dialNumber
  1911. global phoneNumber1
  1912. global phoneNumber2
  1913. global phoneNumber3
  1914. global phoneNumber4
  1915. global phoneNumber5
  1916. global phoneNumber6
  1917. global phoneNumber7
  1918. put phoneNumber1 & phoneNumber2 & phoneNumber3 & phoneNumber4 &┬¼
  1919. phoneNumber5 & phoneNumber6 & phoneNumber7 into numberDialed
  1920. if numberDialed is 4260001 then
  1921. play "boing"
  1922. else if numberDialed is 1111111 then
  1923. doPut "Tested OK!  You dialed 111-1111."
  1924. else if numberDialed is 5628714 then
  1925. doPut "You dialed the police."
  1926. else if numberDialed is 4913200 then
  1927. doPut "You dialed for an ambulance."
  1928. else if numberDialed is 5626010 then
  1929. doPut "You dialed the fire department."
  1930. else if numberDialed is 3523234 then
  1931. doPut "You dialed the FBI."
  1932. else
  1933. doPut "The number you dialed has been disconnected or is no " &┬¼
  1934. "longer in service.  Please check the number and try again."
  1935. end if
  1936. end dialNumber
  1937.  
  1938. on clearPhoneNumbers
  1939. global phoneNumber1
  1940. global phoneNumber2
  1941. global phoneNumber3
  1942. global phoneNumber4
  1943. global phoneNumber5
  1944. global phoneNumber6
  1945. global phoneNumber7
  1946. global quarterPaid
  1947. put empty into phoneNumber1
  1948. put empty into phoneNumber2
  1949. put empty into phoneNumber3
  1950. put empty into phoneNumber4
  1951. put empty into phoneNumber5
  1952. put empty into phoneNumber6
  1953. put empty into phoneNumber7
  1954. put empty into quarterPaid
  1955. end clearPhoneNumbers
  1956.  
  1957. on addNumber
  1958. global quarterPaid
  1959. global phoneNumber1
  1960. global phoneNumber2
  1961. global phoneNumber3
  1962. global phoneNumber4
  1963. global phoneNumber5
  1964. global phoneNumber6
  1965. global phoneNumber7
  1966. global immobileObject
  1967. put "yes" into immobileObject
  1968. if quarterPaid is empty then
  1969. doPut "Please insert quarter first!"
  1970. play "boing"
  1971. else
  1972. put the short name of target into numberPressed
  1973. play "dial" & numberPressed
  1974. if phoneNumber1 is empty then
  1975. put numberPressed into phoneNumber1
  1976. else if phoneNumber2 is empty then
  1977. put numberPressed into phoneNumber2
  1978. else if phoneNumber3 is empty then
  1979. put numberPressed into phoneNumber3
  1980. else if phoneNumber4 is empty then
  1981. put numberPressed into phoneNumber4
  1982. else if phoneNumber5 is empty then
  1983. put numberPressed into phoneNumber5
  1984. else if phoneNumber6 is empty then
  1985. put numberPressed into phoneNumber6
  1986. else
  1987. put numberPressed into phoneNumber7
  1988. dialNumber
  1989. clearPhoneNumbers
  1990. end if
  1991. end if
  1992. end addNumber
  1993. </script>
  1994. </card>
  1995.  
  1996.  
  1997. card_7687.xml
  1998. <?xml version="1.0" encoding="utf-8" ?>
  1999. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2000. <card>
  2001.     <id>7687</id>
  2002.     <filler1>0</filler1>
  2003.     <cantDelete> <false /> </cantDelete>
  2004.     <showPict> <true /> </showPict>
  2005.     <dontSearch> <false /> </dontSearch>
  2006.     <owner>2761</owner>
  2007.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2008.     <content>
  2009.         <layer>background</layer>
  2010.         <id>47</id>
  2011.         <text>Sidewalk 2</text>
  2012.     </content>
  2013.     <content>
  2014.         <layer>background</layer>
  2015.         <id>49</id>
  2016.         <text>Sidewalk 2. </text>
  2017.     </content>
  2018.     <name>Sidewalk 2</name>
  2019.     <script></script>
  2020. </card>
  2021.  
  2022.  
  2023. card_8095.xml
  2024. <?xml version="1.0" encoding="utf-8" ?>
  2025. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2026. <card>
  2027.     <id>8095</id>
  2028.     <filler1>0</filler1>
  2029.     <cantDelete> <false /> </cantDelete>
  2030.     <showPict> <true /> </showPict>
  2031.     <dontSearch> <false /> </dontSearch>
  2032.     <owner>2761</owner>
  2033.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2034.     <content>
  2035.         <layer>background</layer>
  2036.         <id>47</id>
  2037.         <text>Sidewalk 26</text>
  2038.     </content>
  2039.     <content>
  2040.         <layer>background</layer>
  2041.         <id>49</id>
  2042.         <text>Sidewalk 26. </text>
  2043.     </content>
  2044.     <name>Sidewalk 26</name>
  2045.     <script></script>
  2046. </card>
  2047.  
  2048.  
  2049. card_8219.xml
  2050. <?xml version="1.0" encoding="utf-8" ?>
  2051. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2052. <card>
  2053.     <id>8219</id>
  2054.     <filler1>0</filler1>
  2055.     <cantDelete> <false /> </cantDelete>
  2056.     <showPict> <true /> </showPict>
  2057.     <dontSearch> <false /> </dontSearch>
  2058.     <owner>2761</owner>
  2059.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2060.     <content>
  2061.         <layer>background</layer>
  2062.         <id>47</id>
  2063.         <text>Bedroom</text>
  2064.     </content>
  2065.     <content>
  2066.         <layer>background</layer>
  2067.         <id>49</id>
  2068.         <text>Bedroom  </text>
  2069.     </content>
  2070.     <name>Bedroom</name>
  2071.     <script></script>
  2072. </card>
  2073.  
  2074.  
  2075. card_8459.xml
  2076. <?xml version="1.0" encoding="utf-8" ?>
  2077. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2078. <card>
  2079.     <id>8459</id>
  2080.     <filler1>0</filler1>
  2081.     <cantDelete> <false /> </cantDelete>
  2082.     <showPict> <true /> </showPict>
  2083.     <dontSearch> <false /> </dontSearch>
  2084.     <owner>2761</owner>
  2085.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2086.     <content>
  2087.         <layer>background</layer>
  2088.         <id>47</id>
  2089.         <text>Bathroom</text>
  2090.     </content>
  2091.     <content>
  2092.         <layer>background</layer>
  2093.         <id>48</id>
  2094.         <text>the duplex     .2
  2095. </text>
  2096.     </content>
  2097.     <content>
  2098.         <layer>background</layer>
  2099.         <id>49</id>
  2100.         <text>Bathroom. </text>
  2101.     </content>
  2102.     <name>Bathroom</name>
  2103.     <script></script>
  2104. </card>
  2105.  
  2106.  
  2107. card_8896.xml
  2108. <?xml version="1.0" encoding="utf-8" ?>
  2109. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2110. <card>
  2111.     <id>8896</id>
  2112.     <filler1>0</filler1>
  2113.     <cantDelete> <false /> </cantDelete>
  2114.     <showPict> <true /> </showPict>
  2115.     <dontSearch> <false /> </dontSearch>
  2116.     <owner>2761</owner>
  2117.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2118.     <content>
  2119.         <layer>background</layer>
  2120.         <id>47</id>
  2121.         <text>Sidewalk 3</text>
  2122.     </content>
  2123.     <content>
  2124.         <layer>background</layer>
  2125.         <id>49</id>
  2126.         <text>Sidewalk 3. </text>
  2127.     </content>
  2128.     <name>Sidewalk 3</name>
  2129.     <script></script>
  2130. </card>
  2131.  
  2132.  
  2133. card_9116.xml
  2134. <?xml version="1.0" encoding="utf-8" ?>
  2135. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2136. <card>
  2137.     <id>9116</id>
  2138.     <filler1>0</filler1>
  2139.     <cantDelete> <false /> </cantDelete>
  2140.     <showPict> <true /> </showPict>
  2141.     <dontSearch> <false /> </dontSearch>
  2142.     <owner>2761</owner>
  2143.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2144.     <content>
  2145.         <layer>background</layer>
  2146.         <id>47</id>
  2147.         <text>Sidewalk 25</text>
  2148.     </content>
  2149.     <content>
  2150.         <layer>background</layer>
  2151.         <id>49</id>
  2152.         <text>Sidewalk 25. </text>
  2153.     </content>
  2154.     <name>Sidewalk 25</name>
  2155.     <script></script>
  2156. </card>
  2157.  
  2158.  
  2159. card_9469.xml
  2160. <?xml version="1.0" encoding="utf-8" ?>
  2161. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2162. <card>
  2163.     <id>9469</id>
  2164.     <filler1>0</filler1>
  2165.     <cantDelete> <false /> </cantDelete>
  2166.     <showPict> <true /> </showPict>
  2167.     <dontSearch> <false /> </dontSearch>
  2168.     <owner>2761</owner>
  2169.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2170.     <content>
  2171.         <layer>background</layer>
  2172.         <id>47</id>
  2173.         <text>Front Yard</text>
  2174.     </content>
  2175.     <content>
  2176.         <layer>background</layer>
  2177.         <id>48</id>
  2178.         <text>the duplex     .2
  2179. </text>
  2180.     </content>
  2181.     <content>
  2182.         <layer>background</layer>
  2183.         <id>49</id>
  2184.         <text>Front Yard. </text>
  2185.     </content>
  2186.     <name>Front Yard</name>
  2187.     <script></script>
  2188. </card>
  2189.  
  2190.  
  2191. card_9586.xml
  2192. <?xml version="1.0" encoding="utf-8" ?>
  2193. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2194. <card>
  2195.     <id>9586</id>
  2196.     <filler1>0</filler1>
  2197.     <cantDelete> <false /> </cantDelete>
  2198.     <showPict> <true /> </showPict>
  2199.     <dontSearch> <false /> </dontSearch>
  2200.     <owner>2761</owner>
  2201.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2202.     <content>
  2203.         <layer>background</layer>
  2204.         <id>47</id>
  2205.         <text>Living Room</text>
  2206.     </content>
  2207.     <content>
  2208.         <layer>background</layer>
  2209.         <id>48</id>
  2210.         <text>the duplex     .2
  2211. </text>
  2212.     </content>
  2213.     <content>
  2214.         <layer>background</layer>
  2215.         <id>49</id>
  2216.         <text>Living Room. </text>
  2217.     </content>
  2218.     <name>Living Room</name>
  2219.     <script></script>
  2220. </card>
  2221.  
  2222.  
  2223. card_9738.xml
  2224. <?xml version="1.0" encoding="utf-8" ?>
  2225. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2226. <card>
  2227.     <id>9738</id>
  2228.     <filler1>0</filler1>
  2229.     <cantDelete> <false /> </cantDelete>
  2230.     <showPict> <true /> </showPict>
  2231.     <dontSearch> <false /> </dontSearch>
  2232.     <owner>2761</owner>
  2233.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2234.     <content>
  2235.         <layer>background</layer>
  2236.         <id>47</id>
  2237.         <text>Dining Room</text>
  2238.     </content>
  2239.     <content>
  2240.         <layer>background</layer>
  2241.         <id>49</id>
  2242.         <text>Dining Room. </text>
  2243.     </content>
  2244.     <name>Dining Room</name>
  2245.     <script></script>
  2246. </card>
  2247.  
  2248.  
  2249. card_10147.xml
  2250. <?xml version="1.0" encoding="utf-8" ?>
  2251. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2252. <card>
  2253.     <id>10147</id>
  2254.     <filler1>0</filler1>
  2255.     <cantDelete> <false /> </cantDelete>
  2256.     <showPict> <true /> </showPict>
  2257.     <dontSearch> <false /> </dontSearch>
  2258.     <owner>2761</owner>
  2259.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2260.     <content>
  2261.         <layer>background</layer>
  2262.         <id>47</id>
  2263.         <text>Sidewalk 2</text>
  2264.     </content>
  2265.     <content>
  2266.         <layer>background</layer>
  2267.         <id>49</id>
  2268.         <text>Jail Cell.  </text>
  2269.     </content>
  2270.     <name>Jail Cell</name>
  2271.     <script></script>
  2272. </card>
  2273.  
  2274.  
  2275. card_10453.xml
  2276. <?xml version="1.0" encoding="utf-8" ?>
  2277. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2278. <card>
  2279.     <id>10453</id>
  2280.     <filler1>0</filler1>
  2281.     <cantDelete> <false /> </cantDelete>
  2282.     <showPict> <true /> </showPict>
  2283.     <dontSearch> <false /> </dontSearch>
  2284.     <owner>2761</owner>
  2285.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2286.     <content>
  2287.         <layer>background</layer>
  2288.         <id>47</id>
  2289.         <text>Sidewalk 4</text>
  2290.     </content>
  2291.     <content>
  2292.         <layer>background</layer>
  2293.         <id>49</id>
  2294.         <text>Sidewalk 4. </text>
  2295.     </content>
  2296.     <name>Sidewalk 4</name>
  2297.     <script></script>
  2298. </card>
  2299.  
  2300.  
  2301. card_10604.xml
  2302. <?xml version="1.0" encoding="utf-8" ?>
  2303. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2304. <card>
  2305.     <id>10604</id>
  2306.     <filler1>0</filler1>
  2307.     <cantDelete> <false /> </cantDelete>
  2308.     <showPict> <true /> </showPict>
  2309.     <dontSearch> <false /> </dontSearch>
  2310.     <owner>2761</owner>
  2311.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2312.     <content>
  2313.         <layer>background</layer>
  2314.         <id>47</id>
  2315.         <text>Sidewalk 24</text>
  2316.     </content>
  2317.     <content>
  2318.         <layer>background</layer>
  2319.         <id>49</id>
  2320.         <text>Sidewalk 24. </text>
  2321.     </content>
  2322.     <name>Sidewalk 24</name>
  2323.     <script></script>
  2324. </card>
  2325.  
  2326.  
  2327. card_10898.xml
  2328. <?xml version="1.0" encoding="utf-8" ?>
  2329. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2330. <card>
  2331.     <id>10898</id>
  2332.     <filler1>0</filler1>
  2333.     <cantDelete> <false /> </cantDelete>
  2334.     <showPict> <true /> </showPict>
  2335.     <dontSearch> <false /> </dontSearch>
  2336.     <owner>2761</owner>
  2337.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2338.     <content>
  2339.         <layer>background</layer>
  2340.         <id>47</id>
  2341.         <text>Music Room</text>
  2342.     </content>
  2343.     <content>
  2344.         <layer>background</layer>
  2345.         <id>48</id>
  2346.         <text>the duplex     .2
  2347. </text>
  2348.     </content>
  2349.     <content>
  2350.         <layer>background</layer>
  2351.         <id>49</id>
  2352.         <text>Music Room.  </text>
  2353.     </content>
  2354.     <name>Music Room</name>
  2355.     <script></script>
  2356. </card>
  2357.  
  2358.  
  2359. card_11086.xml
  2360. <?xml version="1.0" encoding="utf-8" ?>
  2361. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2362. <card>
  2363.     <id>11086</id>
  2364.     <filler1>0</filler1>
  2365.     <cantDelete> <false /> </cantDelete>
  2366.     <showPict> <true /> </showPict>
  2367.     <dontSearch> <false /> </dontSearch>
  2368.     <owner>2761</owner>
  2369.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2370.     <content>
  2371.         <layer>background</layer>
  2372.         <id>47</id>
  2373.         <text>Kitchen</text>
  2374.     </content>
  2375.     <content>
  2376.         <layer>background</layer>
  2377.         <id>49</id>
  2378.         <text>Kitchen.  </text>
  2379.     </content>
  2380.     <name>Kitchen</name>
  2381.     <script></script>
  2382. </card>
  2383.  
  2384.  
  2385. card_11478.xml
  2386. <?xml version="1.0" encoding="utf-8" ?>
  2387. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2388. <card>
  2389.     <id>11478</id>
  2390.     <filler1>0</filler1>
  2391.     <cantDelete> <false /> </cantDelete>
  2392.     <showPict> <true /> </showPict>
  2393.     <dontSearch> <false /> </dontSearch>
  2394.     <owner>2761</owner>
  2395.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2396.     <content>
  2397.         <layer>background</layer>
  2398.         <id>47</id>
  2399.         <text>Handwriting Analysis</text>
  2400.     </content>
  2401.     <content>
  2402.         <layer>background</layer>
  2403.         <id>49</id>
  2404.         <text>Handwriting Analysis. </text>
  2405.     </content>
  2406.     <name>Handwriting Analysis</name>
  2407.     <script></script>
  2408. </card>
  2409.  
  2410.  
  2411. card_11707.xml
  2412. <?xml version="1.0" encoding="utf-8" ?>
  2413. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2414. <card>
  2415.     <id>11707</id>
  2416.     <filler1>0</filler1>
  2417.     <cantDelete> <false /> </cantDelete>
  2418.     <showPict> <true /> </showPict>
  2419.     <dontSearch> <false /> </dontSearch>
  2420.     <owner>2761</owner>
  2421.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2422.     <content>
  2423.         <layer>background</layer>
  2424.         <id>47</id>
  2425.         <text>Sergeant's Desk</text>
  2426.     </content>
  2427.     <content>
  2428.         <layer>background</layer>
  2429.         <id>49</id>
  2430.         <text>Sergeant's Desk. </text>
  2431.     </content>
  2432.     <name>Sergeant's Desk</name>
  2433.     <script></script>
  2434. </card>
  2435.  
  2436.  
  2437. card_11782.xml
  2438. <?xml version="1.0" encoding="utf-8" ?>
  2439. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2440. <card>
  2441.     <id>11782</id>
  2442.     <filler1>0</filler1>
  2443.     <cantDelete> <false /> </cantDelete>
  2444.     <showPict> <true /> </showPict>
  2445.     <dontSearch> <false /> </dontSearch>
  2446.     <owner>2761</owner>
  2447.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2448.     <content>
  2449.         <layer>background</layer>
  2450.         <id>47</id>
  2451.         <text>Sidewalk 5</text>
  2452.     </content>
  2453.     <content>
  2454.         <layer>background</layer>
  2455.         <id>49</id>
  2456.         <text>Sidewalk 5. </text>
  2457.     </content>
  2458.     <name>Sidewalk 5</name>
  2459.     <script></script>
  2460. </card>
  2461.  
  2462.  
  2463. card_12247.xml
  2464. <?xml version="1.0" encoding="utf-8" ?>
  2465. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2466. <card>
  2467.     <id>12247</id>
  2468.     <filler1>0</filler1>
  2469.     <cantDelete> <false /> </cantDelete>
  2470.     <showPict> <true /> </showPict>
  2471.     <dontSearch> <false /> </dontSearch>
  2472.     <owner>2761</owner>
  2473.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2474.     <content>
  2475.         <layer>background</layer>
  2476.         <id>47</id>
  2477.         <text>Sidewalk 23</text>
  2478.     </content>
  2479.     <content>
  2480.         <layer>background</layer>
  2481.         <id>49</id>
  2482.         <text>Sidewalk 23. </text>
  2483.     </content>
  2484.     <name>Sidewalk 23</name>
  2485.     <script></script>
  2486. </card>
  2487.  
  2488.  
  2489. card_12341.xml
  2490. <?xml version="1.0" encoding="utf-8" ?>
  2491. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2492. <card>
  2493.     <id>12341</id>
  2494.     <filler1>0</filler1>
  2495.     <cantDelete> <false /> </cantDelete>
  2496.     <showPict> <true /> </showPict>
  2497.     <dontSearch> <false /> </dontSearch>
  2498.     <owner>2761</owner>
  2499.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2500.     <content>
  2501.         <layer>background</layer>
  2502.         <id>47</id>
  2503.         <text>Storage Room</text>
  2504.     </content>
  2505.     <content>
  2506.         <layer>background</layer>
  2507.         <id>49</id>
  2508.         <text>Storage Room.  </text>
  2509.     </content>
  2510.     <content>
  2511.         <layer>background</layer>
  2512.         <id>48</id>
  2513.         <text>the duplex     .2
  2514. </text>
  2515.     </content>
  2516.     <name>Storage Room</name>
  2517.     <script></script>
  2518. </card>
  2519.  
  2520.  
  2521. card_12545.xml
  2522. <?xml version="1.0" encoding="utf-8" ?>
  2523. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2524. <card>
  2525.     <id>12545</id>
  2526.     <filler1>0</filler1>
  2527.     <cantDelete> <false /> </cantDelete>
  2528.     <showPict> <true /> </showPict>
  2529.     <dontSearch> <false /> </dontSearch>
  2530.     <owner>2761</owner>
  2531.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2532.     <content>
  2533.         <layer>background</layer>
  2534.         <id>47</id>
  2535.         <text>Bedroom</text>
  2536.     </content>
  2537.     <content>
  2538.         <layer>background</layer>
  2539.         <id>48</id>
  2540.         <text>the duplex     .2
  2541. </text>
  2542.     </content>
  2543.     <content>
  2544.         <layer>background</layer>
  2545.         <id>49</id>
  2546.         <text>Bedroom. </text>
  2547.     </content>
  2548.     <name>Bedroom</name>
  2549.     <script></script>
  2550. </card>
  2551.  
  2552.  
  2553. card_12989.xml
  2554. <?xml version="1.0" encoding="utf-8" ?>
  2555. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2556. <card>
  2557.     <id>12989</id>
  2558.     <filler1>0</filler1>
  2559.     <cantDelete> <false /> </cantDelete>
  2560.     <showPict> <true /> </showPict>
  2561.     <dontSearch> <false /> </dontSearch>
  2562.     <owner>2761</owner>
  2563.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2564.     <content>
  2565.         <layer>background</layer>
  2566.         <id>47</id>
  2567.         <text>Sidewalk 6</text>
  2568.     </content>
  2569.     <content>
  2570.         <layer>background</layer>
  2571.         <id>49</id>
  2572.         <text>Sidewalk 6. </text>
  2573.     </content>
  2574.     <name>Sidewalk 6</name>
  2575.     <script></script>
  2576. </card>
  2577.  
  2578.  
  2579. card_13159.xml
  2580. <?xml version="1.0" encoding="utf-8" ?>
  2581. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2582. <card>
  2583.     <id>13159</id>
  2584.     <filler1>0</filler1>
  2585.     <cantDelete> <false /> </cantDelete>
  2586.     <showPict> <true /> </showPict>
  2587.     <dontSearch> <false /> </dontSearch>
  2588.     <owner>2761</owner>
  2589.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2590.     <content>
  2591.         <layer>background</layer>
  2592.         <id>47</id>
  2593.         <text>Sidewalk 22</text>
  2594.     </content>
  2595.     <content>
  2596.         <layer>background</layer>
  2597.         <id>49</id>
  2598.         <text>Sidewalk 22. </text>
  2599.     </content>
  2600.     <name>Sidewalk 22</name>
  2601.     <script></script>
  2602. </card>
  2603.  
  2604.  
  2605. card_13498.xml
  2606. <?xml version="1.0" encoding="utf-8" ?>
  2607. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2608. <card>
  2609.     <id>13498</id>
  2610.     <filler1>0</filler1>
  2611.     <cantDelete> <false /> </cantDelete>
  2612.     <showPict> <true /> </showPict>
  2613.     <dontSearch> <false /> </dontSearch>
  2614.     <owner>2761</owner>
  2615.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2616.     <content>
  2617.         <layer>background</layer>
  2618.         <id>47</id>
  2619.         <text>Inside Theater</text>
  2620.     </content>
  2621.     <content>
  2622.         <layer>background</layer>
  2623.         <id>49</id>
  2624.         <text>Inside Theater.  </text>
  2625.     </content>
  2626.     <name>Inside Theater</name>
  2627.     <script></script>
  2628. </card>
  2629.  
  2630.  
  2631. card_13687.xml
  2632. <?xml version="1.0" encoding="utf-8" ?>
  2633. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2634. <card>
  2635.     <id>13687</id>
  2636.     <filler1>0</filler1>
  2637.     <cantDelete> <false /> </cantDelete>
  2638.     <showPict> <true /> </showPict>
  2639.     <dontSearch> <false /> </dontSearch>
  2640.     <owner>2761</owner>
  2641.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2642.     <content>
  2643.         <layer>background</layer>
  2644.         <id>47</id>
  2645.         <text>Ticket Office</text>
  2646.     </content>
  2647.     <content>
  2648.         <layer>background</layer>
  2649.         <id>49</id>
  2650.         <text>Ticket Office. </text>
  2651.     </content>
  2652.     <name>Ticket Office</name>
  2653.     <script></script>
  2654. </card>
  2655.  
  2656.  
  2657. card_14028.xml
  2658. <?xml version="1.0" encoding="utf-8" ?>
  2659. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2660. <card>
  2661.     <id>14028</id>
  2662.     <filler1>0</filler1>
  2663.     <cantDelete> <false /> </cantDelete>
  2664.     <showPict> <true /> </showPict>
  2665.     <dontSearch> <false /> </dontSearch>
  2666.     <owner>2761</owner>
  2667.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2668.     <content>
  2669.         <layer>background</layer>
  2670.         <id>47</id>
  2671.         <text>Bijou</text>
  2672.     </content>
  2673.     <content>
  2674.         <layer>background</layer>
  2675.         <id>49</id>
  2676.         <text>Bijou. </text>
  2677.     </content>
  2678.     <name>Bijou</name>
  2679.     <script></script>
  2680. </card>
  2681.  
  2682.  
  2683. card_14194.xml
  2684. <?xml version="1.0" encoding="utf-8" ?>
  2685. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2686. <card>
  2687.     <id>14194</id>
  2688.     <filler1>0</filler1>
  2689.     <cantDelete> <false /> </cantDelete>
  2690.     <showPict> <true /> </showPict>
  2691.     <dontSearch> <false /> </dontSearch>
  2692.     <owner>2761</owner>
  2693.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2694.     <content>
  2695.         <layer>background</layer>
  2696.         <id>47</id>
  2697.         <text>Sidewalk 21</text>
  2698.     </content>
  2699.     <content>
  2700.         <layer>background</layer>
  2701.         <id>49</id>
  2702.         <text>Sidewalk 21. </text>
  2703.     </content>
  2704.     <name>Sidewalk 21</name>
  2705.     <script></script>
  2706. </card>
  2707.  
  2708.  
  2709. card_14434.xml
  2710. <?xml version="1.0" encoding="utf-8" ?>
  2711. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2712. <card>
  2713.     <id>14434</id>
  2714.     <filler1>0</filler1>
  2715.     <cantDelete> <false /> </cantDelete>
  2716.     <showPict> <true /> </showPict>
  2717.     <dontSearch> <false /> </dontSearch>
  2718.     <owner>2761</owner>
  2719.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2720.     <content>
  2721.         <layer>background</layer>
  2722.         <id>47</id>
  2723.         <text>Customers 2</text>
  2724.     </content>
  2725.     <content>
  2726.         <layer>background</layer>
  2727.         <id>49</id>
  2728.         <text>Customers 2.  </text>
  2729.     </content>
  2730.     <content>
  2731.         <layer>background</layer>
  2732.         <id>48</id>
  2733.         <text>the duplex     .2
  2734. </text>
  2735.     </content>
  2736.     <name>Customers 2</name>
  2737.     <script></script>
  2738. </card>
  2739.  
  2740.  
  2741. card_14640.xml
  2742. <?xml version="1.0" encoding="utf-8" ?>
  2743. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2744. <card>
  2745.     <id>14640</id>
  2746.     <filler1>0</filler1>
  2747.     <cantDelete> <false /> </cantDelete>
  2748.     <showPict> <true /> </showPict>
  2749.     <dontSearch> <false /> </dontSearch>
  2750.     <owner>2761</owner>
  2751.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2752.     <content>
  2753.         <layer>background</layer>
  2754.         <id>47</id>
  2755.         <text>Sidewalk 8</text>
  2756.     </content>
  2757.     <content>
  2758.         <layer>background</layer>
  2759.         <id>49</id>
  2760.         <text>Sidewalk 8. </text>
  2761.     </content>
  2762.     <name>Sidewalk 8</name>
  2763.     <script></script>
  2764. </card>
  2765.  
  2766.  
  2767. card_15081.xml
  2768. <?xml version="1.0" encoding="utf-8" ?>
  2769. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2770. <card>
  2771.     <id>15081</id>
  2772.     <filler1>0</filler1>
  2773.     <cantDelete> <false /> </cantDelete>
  2774.     <showPict> <true /> </showPict>
  2775.     <dontSearch> <false /> </dontSearch>
  2776.     <owner>2761</owner>
  2777.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2778.     <content>
  2779.         <layer>background</layer>
  2780.         <id>47</id>
  2781.         <text>Amelias</text>
  2782.     </content>
  2783.     <content>
  2784.         <layer>background</layer>
  2785.         <id>49</id>
  2786.         <text>Amelias. </text>
  2787.     </content>
  2788.     <name>Amelias</name>
  2789.     <script></script>
  2790. </card>
  2791.  
  2792.  
  2793. card_15234.xml
  2794. <?xml version="1.0" encoding="utf-8" ?>
  2795. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2796. <card>
  2797.     <id>15234</id>
  2798.     <filler1>0</filler1>
  2799.     <cantDelete> <false /> </cantDelete>
  2800.     <showPict> <true /> </showPict>
  2801.     <dontSearch> <false /> </dontSearch>
  2802.     <owner>2761</owner>
  2803.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2804.     <content>
  2805.         <layer>background</layer>
  2806.         <id>47</id>
  2807.         <text>Maitre'D 1</text>
  2808.     </content>
  2809.     <content>
  2810.         <layer>background</layer>
  2811.         <id>48</id>
  2812.         <text>the duplex     .2
  2813. </text>
  2814.     </content>
  2815.     <content>
  2816.         <layer>background</layer>
  2817.         <id>49</id>
  2818.         <text>Maitre'D 1.  </text>
  2819.     </content>
  2820.     <name>Maitre'D 1</name>
  2821.     <script></script>
  2822. </card>
  2823.  
  2824.  
  2825. card_15456.xml
  2826. <?xml version="1.0" encoding="utf-8" ?>
  2827. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2828. <card>
  2829.     <id>15456</id>
  2830.     <filler1>0</filler1>
  2831.     <cantDelete> <false /> </cantDelete>
  2832.     <showPict> <true /> </showPict>
  2833.     <dontSearch> <false /> </dontSearch>
  2834.     <owner>2761</owner>
  2835.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2836.     <content>
  2837.         <layer>background</layer>
  2838.         <id>47</id>
  2839.         <text>Customers 1</text>
  2840.     </content>
  2841.     <content>
  2842.         <layer>background</layer>
  2843.         <id>48</id>
  2844.         <text>the duplex     .2
  2845. </text>
  2846.     </content>
  2847.     <content>
  2848.         <layer>background</layer>
  2849.         <id>49</id>
  2850.         <text>Customers 1.  </text>
  2851.     </content>
  2852.     <name>Customers 1</name>
  2853.     <script></script>
  2854. </card>
  2855.  
  2856.  
  2857. card_15634.xml
  2858. <?xml version="1.0" encoding="utf-8" ?>
  2859. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2860. <card>
  2861.     <id>15634</id>
  2862.     <filler1>0</filler1>
  2863.     <cantDelete> <false /> </cantDelete>
  2864.     <showPict> <true /> </showPict>
  2865.     <dontSearch> <false /> </dontSearch>
  2866.     <owner>2761</owner>
  2867.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2868.     <content>
  2869.         <layer>background</layer>
  2870.         <id>47</id>
  2871.         <text>Customers 4</text>
  2872.     </content>
  2873.     <content>
  2874.         <layer>background</layer>
  2875.         <id>49</id>
  2876.         <text>Customers 4.  </text>
  2877.     </content>
  2878.     <name>Customers 4</name>
  2879.     <script></script>
  2880. </card>
  2881.  
  2882.  
  2883. card_15921.xml
  2884. <?xml version="1.0" encoding="utf-8" ?>
  2885. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2886. <card>
  2887.     <id>15921</id>
  2888.     <filler1>0</filler1>
  2889.     <cantDelete> <false /> </cantDelete>
  2890.     <showPict> <true /> </showPict>
  2891.     <dontSearch> <false /> </dontSearch>
  2892.     <owner>2761</owner>
  2893.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2894.     <content>
  2895.         <layer>background</layer>
  2896.         <id>47</id>
  2897.         <text>Customers 3</text>
  2898.     </content>
  2899.     <content>
  2900.         <layer>background</layer>
  2901.         <id>49</id>
  2902.         <text>Customers 3.  </text>
  2903.     </content>
  2904.     <name>Customers 3</name>
  2905.     <script></script>
  2906. </card>
  2907.  
  2908.  
  2909. card_16148.xml
  2910. <?xml version="1.0" encoding="utf-8" ?>
  2911. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2912. <card>
  2913.     <id>16148</id>
  2914.     <filler1>0</filler1>
  2915.     <cantDelete> <false /> </cantDelete>
  2916.     <showPict> <true /> </showPict>
  2917.     <dontSearch> <false /> </dontSearch>
  2918.     <owner>2761</owner>
  2919.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2920.     <content>
  2921.         <layer>background</layer>
  2922.         <id>47</id>
  2923.         <text>Sidewalk 9</text>
  2924.     </content>
  2925.     <content>
  2926.         <layer>background</layer>
  2927.         <id>49</id>
  2928.         <text>Sidewalk 9. </text>
  2929.     </content>
  2930.     <name>Sidewalk 9</name>
  2931.     <script></script>
  2932. </card>
  2933.  
  2934.  
  2935. card_16426.xml
  2936. <?xml version="1.0" encoding="utf-8" ?>
  2937. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2938. <card>
  2939.     <id>16426</id>
  2940.     <filler1>0</filler1>
  2941.     <cantDelete> <false /> </cantDelete>
  2942.     <showPict> <true /> </showPict>
  2943.     <dontSearch> <false /> </dontSearch>
  2944.     <owner>2761</owner>
  2945.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2946.     <content>
  2947.         <layer>background</layer>
  2948.         <id>47</id>
  2949.         <text>Sidewalk 19</text>
  2950.     </content>
  2951.     <content>
  2952.         <layer>background</layer>
  2953.         <id>49</id>
  2954.         <text>Sidewalk 19. </text>
  2955.     </content>
  2956.     <name>Sidewalk 19</name>
  2957.     <script></script>
  2958. </card>
  2959.  
  2960.  
  2961. card_16834.xml
  2962. <?xml version="1.0" encoding="utf-8" ?>
  2963. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2964. <card>
  2965.     <id>16834</id>
  2966.     <filler1>0</filler1>
  2967.     <cantDelete> <false /> </cantDelete>
  2968.     <showPict> <true /> </showPict>
  2969.     <dontSearch> <false /> </dontSearch>
  2970.     <owner>2761</owner>
  2971.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2972.     <content>
  2973.         <layer>background</layer>
  2974.         <id>47</id>
  2975.         <text>Maitre'D 2</text>
  2976.     </content>
  2977.     <content>
  2978.         <layer>background</layer>
  2979.         <id>49</id>
  2980.         <text>Maitre'D 2.  </text>
  2981.     </content>
  2982.     <name>Maitre'D 2</name>
  2983.     <script></script>
  2984. </card>
  2985.  
  2986.  
  2987. card_17074.xml
  2988. <?xml version="1.0" encoding="utf-8" ?>
  2989. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2990. <card>
  2991.     <id>17074</id>
  2992.     <filler1>0</filler1>
  2993.     <cantDelete> <false /> </cantDelete>
  2994.     <showPict> <true /> </showPict>
  2995.     <dontSearch> <false /> </dontSearch>
  2996.     <owner>2761</owner>
  2997.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  2998.     <content>
  2999.         <layer>background</layer>
  3000.         <id>47</id>
  3001.         <text>Sidewalk 10</text>
  3002.     </content>
  3003.     <content>
  3004.         <layer>background</layer>
  3005.         <id>49</id>
  3006.         <text>Sidewalk 10. </text>
  3007.     </content>
  3008.     <name>Sidewalk 10</name>
  3009.     <script></script>
  3010. </card>
  3011.  
  3012.  
  3013. card_17310.xml
  3014. <?xml version="1.0" encoding="utf-8" ?>
  3015. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3016. <card>
  3017.     <id>17310</id>
  3018.     <filler1>0</filler1>
  3019.     <cantDelete> <false /> </cantDelete>
  3020.     <showPict> <true /> </showPict>
  3021.     <dontSearch> <false /> </dontSearch>
  3022.     <owner>2761</owner>
  3023.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3024.     <content>
  3025.         <layer>background</layer>
  3026.         <id>47</id>
  3027.         <text>Sidewalk 18</text>
  3028.     </content>
  3029.     <content>
  3030.         <layer>background</layer>
  3031.         <id>49</id>
  3032.         <text>Sidewalk 18. You see:nothing. </text>
  3033.     </content>
  3034.     <name>Sidewalk 18</name>
  3035.     <script></script>
  3036. </card>
  3037.  
  3038.  
  3039. card_17426.xml
  3040. <?xml version="1.0" encoding="utf-8" ?>
  3041. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3042. <card>
  3043.     <id>17426</id>
  3044.     <filler1>0</filler1>
  3045.     <cantDelete> <false /> </cantDelete>
  3046.     <showPict> <true /> </showPict>
  3047.     <dontSearch> <false /> </dontSearch>
  3048.     <owner>2761</owner>
  3049.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3050.     <content>
  3051.         <layer>background</layer>
  3052.         <id>47</id>
  3053.         <text>Sidewalk 17</text>
  3054.     </content>
  3055.     <content>
  3056.         <layer>background</layer>
  3057.         <id>49</id>
  3058.         <text>Sidewalk 17. </text>
  3059.     </content>
  3060.     <name>Sidewalk 17</name>
  3061.     <script></script>
  3062. </card>
  3063.  
  3064.  
  3065. card_17790.xml
  3066. <?xml version="1.0" encoding="utf-8" ?>
  3067. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3068. <card>
  3069.     <id>17790</id>
  3070.     <filler1>0</filler1>
  3071.     <cantDelete> <false /> </cantDelete>
  3072.     <showPict> <true /> </showPict>
  3073.     <dontSearch> <false /> </dontSearch>
  3074.     <owner>2761</owner>
  3075.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3076.     <content>
  3077.         <layer>background</layer>
  3078.         <id>47</id>
  3079.         <text>Sidewalk 16</text>
  3080.     </content>
  3081.     <content>
  3082.         <layer>background</layer>
  3083.         <id>49</id>
  3084.         <text>Sidewalk 16. </text>
  3085.     </content>
  3086.     <name>Sidewalk 16</name>
  3087.     <script></script>
  3088. </card>
  3089.  
  3090.  
  3091. card_18040.xml
  3092. <?xml version="1.0" encoding="utf-8" ?>
  3093. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3094. <card>
  3095.     <id>18040</id>
  3096.     <filler1>0</filler1>
  3097.     <cantDelete> <false /> </cantDelete>
  3098.     <showPict> <true /> </showPict>
  3099.     <dontSearch> <false /> </dontSearch>
  3100.     <owner>2761</owner>
  3101.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3102.     <content>
  3103.         <layer>background</layer>
  3104.         <id>47</id>
  3105.         <text>Sidewalk 15</text>
  3106.     </content>
  3107.     <content>
  3108.         <layer>background</layer>
  3109.         <id>49</id>
  3110.         <text>Sidewalk 15. </text>
  3111.     </content>
  3112.     <name>Sidewalk 15</name>
  3113.     <script></script>
  3114. </card>
  3115.  
  3116.  
  3117. card_18336.xml
  3118. <?xml version="1.0" encoding="utf-8" ?>
  3119. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3120. <card>
  3121.     <id>18336</id>
  3122.     <filler1>0</filler1>
  3123.     <cantDelete> <false /> </cantDelete>
  3124.     <showPict> <true /> </showPict>
  3125.     <dontSearch> <false /> </dontSearch>
  3126.     <owner>2761</owner>
  3127.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3128.     <content>
  3129.         <layer>background</layer>
  3130.         <id>47</id>
  3131.         <text>Sidewalk 14</text>
  3132.     </content>
  3133.     <content>
  3134.         <layer>background</layer>
  3135.         <id>49</id>
  3136.         <text>Sidewalk 14. </text>
  3137.     </content>
  3138.     <name>Sidewalk 14</name>
  3139.     <script></script>
  3140. </card>
  3141.  
  3142.  
  3143. card_18641.xml
  3144. <?xml version="1.0" encoding="utf-8" ?>
  3145. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3146. <card>
  3147.     <id>18641</id>
  3148.     <filler1>0</filler1>
  3149.     <cantDelete> <false /> </cantDelete>
  3150.     <showPict> <true /> </showPict>
  3151.     <dontSearch> <false /> </dontSearch>
  3152.     <owner>2761</owner>
  3153.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3154.     <content>
  3155.         <layer>background</layer>
  3156.         <id>47</id>
  3157.         <text>Ebb Tide</text>
  3158.     </content>
  3159.     <content>
  3160.         <layer>background</layer>
  3161.         <id>49</id>
  3162.         <text>Ebb Tide. </text>
  3163.     </content>
  3164.     <name>Ebb Tide</name>
  3165.     <script></script>
  3166. </card>
  3167.  
  3168.  
  3169. card_18876.xml
  3170. <?xml version="1.0" encoding="utf-8" ?>
  3171. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3172. <card>
  3173.     <id>18876</id>
  3174.     <filler1>0</filler1>
  3175.     <cantDelete> <false /> </cantDelete>
  3176.     <showPict> <true /> </showPict>
  3177.     <dontSearch> <false /> </dontSearch>
  3178.     <owner>2761</owner>
  3179.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3180.     <content>
  3181.         <layer>background</layer>
  3182.         <id>47</id>
  3183.         <text>Sidewalk 12</text>
  3184.     </content>
  3185.     <content>
  3186.         <layer>background</layer>
  3187.         <id>49</id>
  3188.         <text>Sidewalk 12. </text>
  3189.     </content>
  3190.     <name>Sidewalk 12</name>
  3191.     <script></script>
  3192. </card>
  3193.  
  3194.  
  3195. card_19181.xml
  3196. <?xml version="1.0" encoding="utf-8" ?>
  3197. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3198. <card>
  3199.     <id>19181</id>
  3200.     <filler1>0</filler1>
  3201.     <cantDelete> <false /> </cantDelete>
  3202.     <showPict> <true /> </showPict>
  3203.     <dontSearch> <false /> </dontSearch>
  3204.     <owner>2761</owner>
  3205.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3206.     <content>
  3207.         <layer>background</layer>
  3208.         <id>47</id>
  3209.         <text>Bus Stop</text>
  3210.     </content>
  3211.     <content>
  3212.         <layer>background</layer>
  3213.         <id>49</id>
  3214.         <text>Bus Stop. </text>
  3215.     </content>
  3216.     <name>Bus Stop</name>
  3217.     <script></script>
  3218. </card>
  3219.  
  3220.  
  3221. card_19305.xml
  3222. <?xml version="1.0" encoding="utf-8" ?>
  3223. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  3224. <card>
  3225.     <id>19305</id>
  3226.     <filler1>0</filler1>
  3227.     <cantDelete> <false /> </cantDelete>
  3228.     <showPict> <true /> </showPict>
  3229.     <dontSearch> <false /> </dontSearch>
  3230.     <owner>2761</owner>
  3231.     <link rel="stylesheet" type="text/css" href="stylesheet_19808.css" />
  3232.     <content>
  3233.         <layer>background</layer>
  3234.         <id>47</id>
  3235.         <text>On the Bus</text>
  3236.     </content>
  3237.     <content>
  3238.         <layer>background</layer>
  3239.         <id>49</id>
  3240.         <text>On the Bus. </text>
  3241.     </content>
  3242.     <name>On the Bus</name>
  3243.     <script></script>
  3244. </card>
  3245.  
  3246.  
  3247.